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

    $this
->setPageTitle(LANG_CP_SECTION_CTYPES);

    
$this->addBreadcrumb(LANG_CP_SECTION_CTYPES$this->href_to('ctypes'));

    
$this->addToolButton(array(
        
'class' => 'add',
        
'title' => LANG_CP_CTYPES_ADD,
        
'href'  => $this->href_to('ctypes', array('add'))
    ));

    
$this->addMenuItem('breadcrumb-menu', [
        
'title' => LANG_HELP,
        
'url'   => LANG_HELP_URL_CTYPES,
        
'options' => [
            
'target' => '_blank',
            
'icon' => 'icon-question'
        
]
    ]);

    
$this->renderGrid($this->href_to('ctypes', array('ajax')), $grid);
Онлайн: 3
Реклама