Current Path : /proc/self/root/webspace/www.promiel.be/html/modules/CGCalendar/ |
Current File : //proc/self/root/webspace/www.promiel.be/html/modules/CGCalendar/function.admin_categories_tab.php |
<?php $db = cmsms()->GetDb(); $categories = \CGCalendar\category::get_categories(); $smarty->assign('categories',$categories); echo $this->ProcessTemplate('admin_categories_tab.tpl'); ?>