mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
5 lines
No EOL
188 B
PHP
5 lines
No EOL
188 B
PHP
<?php
|
|
$this->_getAdminHeader(Yii::app()->session['metaHeader']);
|
|
$this->_showadminmenu();
|
|
$this->_getAdminFooter("http://manual.limesurvey.org", $clang->gT("LimeSurvey online manual"));
|
|
?>
|