CTDevComponentsModuleFrontController::setMedia PHP Метод

setMedia() публичный Метод

Add CSS and JS files here
public setMedia ( )
    public function setMedia()
    {
        parent::setMedia();
        // @TODO Queue .js scripts and .css files here
        // $this->context->controller->addJS($this->module->getLocalPath().'views/js/fo.js');
        // $this->context->controller->addCSS($this->module->getLocalPath().'views/css/fo.css');
    }
CTDevComponentsModuleFrontController