Вход Регистрация
Файл: system/controllers/content/hooks/menu_content.php
Строк: 27
<?php

class onContentMenuContent extends cmsAction {

    public function 
run($item){

        
$action         $item['action'];
        
$menu_item_id   $item['menu_item_id'];

        if (
$action == 'add'){

            return 
$this->getMenuAddItems($menu_item_id);

        } else {

            
$ctype $this->model->getContentTypeByName($action);

            if (!
$ctype) { return false; }

            return 
$this->getMenuCategoriesItems($menu_item_id$ctype);

        }

    }

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