Вход Регистрация
Файл: system/controllers/admin/actions/ctypes.php
Строк: 15
<?php

class actionAdminCtypes extends cmsAction {

    public function 
run($do=false){

        
// если нужно, передаем управление другому экшену
        
if ($do){
            
$this->runAction('ctypes_'.$doarray_slice($this->params1));
            return;
        }

        
$grid $this->loadDataGrid('ctypes');

        return 
cmsTemplate::getInstance()->render('ctypes', array(
            
'grid' => $grid
        
));

    }

}
Онлайн: 0
Реклама