- add matomo tracking code in views\layouts\app.blade.php
- delete old unused views in views\rdr\borrow\*** - composer updates
This commit is contained in:
parent
19e2d7ea95
commit
3b3481d18c
6 changed files with 47 additions and 173 deletions
|
@ -157,7 +157,7 @@ class RequestController extends Controller
|
|||
$email = "repository@geologie.ac.at";
|
||||
$repositoryName = "Tethys RDR";
|
||||
$repIdentifier = "tethys.at";
|
||||
$sampleIdentifier = "oai:" . $repIdentifier . ":27"; //$this->_configuration->getSampleIdentifier();
|
||||
$sampleIdentifier = "oai:" . $repIdentifier . ":1"; //$this->_configuration->getSampleIdentifier();
|
||||
$earliestDateFromDb = Dataset::earliestPublicationDate() != null ?
|
||||
Dataset::earliestPublicationDate()->server_date_published->format('Y-m-d\TH:i:s\Z') : null;
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue