Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
function activate(&$templateMgr) {
// Subclasses may override this function.
if (($stylesheetFilename = $this->getStylesheetFilename()) != null) {
$templateMgr->addStyleSheet($path);
$path = Request::getBaseUrl() . '/' . $this->getPluginPath() . '/' . 'normalize.css';
$templateMgr->addStyleSheet($path);
$path = Request::getBaseUrl() . '/' . $this->getPluginPath() . '/' . $stylesheetFilename;
$templateMgr->addStyleSheet($path);
}
}Users browsing this forum: No registered users and 1 guest