Current Path : /webspace/www.promiel.be/html/modules/CGCalendar/ |
Current File : //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'); ?>