| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_adminmenu/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_adminmenu/helper.php |
<?php
defined ( '_JEXEC' ) or die ( 'Restricted access' );
class modAdminMenuHelper {
public function showMenu(){
include("tmpl/default.php");
}
}
?>