File Manager

Current Path : /webspace/www.babilon.be/html/modules/News/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/News/action.browsecat.php

<?php

if (!isset($gCms)) exit;

$items = news_ops::get_categories($id,$params,$returnid);

#Display template
$smarty->assign('count', count($items));
$smarty->assign('cats', $items);

$template = 'browsecat'.$this->GetPreference('current_browsecat_template');
if (isset($params['browsecattemplate']))
  {
    $template = 'browsecat'.$params['browsecattemplate'];
  }
echo $this->ProcessTemplateFromDatabase($template);


?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com