Skip to content
Snippets Groups Projects
Commit d41e42a0 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #71669 start implementing digital resources board

parent 3f49cd5a
3 merge requests!2538Master,!2535Hotline,!2524Hotline#71669 probleme de sso pour la plateforme le kiosk
Pipeline #3557 passed with stage
in 31 minutes and 49 seconds
- ticket #71669 : Problème de SSO pour la plateforme Le Kiosk
\ No newline at end of file
......@@ -40,6 +40,7 @@ class Class_DigitalResource_Controller extends ZendAfi_Controller_Action {
$this->view->titre = $this->_config->getName();
$this->view->records_count = Class_Album::countBy(['type_doc_id' => $this->_config->getDocType()]);
$this->getHelper('ViewRenderer')->renderScript('digital_resources/index.phtml');
}
......
<?php
echo $this->tag('p',
$this->_('Nombre d\'albums présents : %s',$this->records_count)); ?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment