Skip to content

Commit

Permalink
Remove additional_css property
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jun 25, 2021
1 parent f39c597 commit 1678416
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/templates/EventLog/View.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if ( stripos( $tpl_referer, '/eventlog/view?id=' . $object_id ) !== false ) {
$tpl_referer = '';
}

$this->additional_css[] = '/a/table-keypair.css';
require('./header.inc.phtml');
?>
<article>
Expand Down
1 change: 0 additions & 1 deletion src/templates/News.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $title = "News";
$description = "BNETDocs News";
$this->opengraph->attach(new Pair("url", "/news"));

$this->additional_css[] = "/a/news.css";
require("./header.inc.phtml");

$news_posts = $this->getContext()->news_posts;
Expand Down
1 change: 0 additions & 1 deletion src/templates/Server/View.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ if ($object) {

$this->opengraph->attach(new Pair("url", $url));

$this->additional_css[] = "/a/servers.css";
require("./header.inc.phtml");
?>
<article>
Expand Down
1 change: 0 additions & 1 deletion src/templates/User/View.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if ($object) {

$this->opengraph->attach(new Pair("url", $url));

$this->additional_css[] = "/a/userprofile.css";
require("./header.inc.phtml");
?>
<article>
Expand Down

0 comments on commit 1678416

Please sign in to comment.