Redaxscript\Modules\Gallery\Gallery::renderStart PHP Method

renderStart() public static method

renderStart
Since: 3.0.0
public static renderStart ( )
    public static function renderStart()
    {
        /* link */
        $link = Head\Link::getInstance();
        $link->init()->appendFile('modules/Gallery/assets/styles/gallery.css');
        /* script */
        $script = Head\Script::getInstance();
        $script->init('foot')->appendFile('modules/Gallery/assets/scripts/init.js')->appendFile('modules/Gallery/assets/scripts/gallery.js');
    }