Show modules_hidden_menu.php syntax highlighted
<?php
//if (User::$profile->nick == 'cyberluk') {
$file=$adminModule->path."templates/default/modules_hidden_menu.php";
$XCS->addContent($file,$currentModule->getPosition(),$currentModule->getID(),$currentModule->displayBorder());
$XCS->registerVariable($currentModule,'currentModule',$file);
$XCS->registerVariable($adminModule,'adminModule',$file);
$XCS->registerVariable($adminModule->getImagesPath(),"imagesPath",$file);
//}
?>
See more files for this project here