Skip to content

Commit 1678416

Browse files
committed
Remove additional_css property
1 parent f39c597 commit 1678416

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/templates/EventLog/View.phtml

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ if ( stripos( $tpl_referer, '/eventlog/view?id=' . $object_id ) !== false ) {
7979
$tpl_referer = '';
8080
}
8181

82-
$this->additional_css[] = '/a/table-keypair.css';
8382
require('./header.inc.phtml');
8483
?>
8584
<article>

src/templates/News.phtml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ $title = "News";
1313
$description = "BNETDocs News";
1414
$this->opengraph->attach(new Pair("url", "/news"));
1515

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

1918
$news_posts = $this->getContext()->news_posts;

src/templates/Server/View.phtml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ if ($object) {
4141

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

44-
$this->additional_css[] = "/a/servers.css";
4544
require("./header.inc.phtml");
4645
?>
4746
<article>

src/templates/User/View.phtml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if ($object) {
3333

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

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

0 commit comments

Comments
 (0)