Вход Регистрация
Файл: concrete5.7.5.6/concrete/controllers/single_page/dashboard/extend/themes.php
Строк: 22
<?php

namespace ConcreteControllerSinglePageDashboardExtend;
use 
ConcreteCorePageControllerMarketplaceDashboardPageController;

class 
Themes extends MarketplaceDashboardPageController {

    public function 
getMarketplaceType()
    {
        return 
'themes';
    }

    public function 
view_detail($mpID null)
    {
        
parent::view_detail($mpID);
        
$html Core::make('helper/html');
        
$this->addFooterItem($html->javascript(ASSETS_URL '/' DIRNAME_BLOCKS '/image_slider/view.js'));
        
$this->addHeaderItem($html->css(ASSETS_URL '/' DIRNAME_BLOCKS '/image_slider/view.css'));
    }


    public function 
getMarketplaceDefaultHeading()
    {
        return 
t('Themes');
    }



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