diff options
author | Matt Friedman <maf675@gmail.com> | 2014-05-07 11:53:25 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-05-07 11:53:25 -0700 |
commit | 8fda490050fbf6d2ed36077d1705f860e0c72aa1 (patch) | |
tree | dfa3d163e0fab3a060b0bd9343687725c0c205d3 /phpBB/styles/prosilver/template/simple_header.html | |
parent | 3c86a9bcca0301176d35ded3f4a8bf8c485f027f (diff) | |
download | forums-8fda490050fbf6d2ed36077d1705f860e0c72aa1.tar forums-8fda490050fbf6d2ed36077d1705f860e0c72aa1.tar.gz forums-8fda490050fbf6d2ed36077d1705f860e0c72aa1.tar.bz2 forums-8fda490050fbf6d2ed36077d1705f860e0c72aa1.tar.xz forums-8fda490050fbf6d2ed36077d1705f860e0c72aa1.zip |
[ticket/12513] Add simple_header head event with support for CSS assets calls
PHPBB3-12513
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index f5e265ac16..48f6cc87da 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -24,6 +24,10 @@ <!-- DEFINE $POPUP = 1 --> +<!-- EVENT simple_header_head_append --> + +{$STYLESHEETS} + </head> <body id="phpbb" class="nojs {S_CONTENT_DIRECTION} {BODY_CLASS}"> |