diff options
author | Callum Macrae <callum@lynxphp.com> | 2012-04-11 14:37:15 +0100 |
---|---|---|
committer | Callum Macrae <callum@lynxphp.com> | 2012-04-11 14:37:15 +0100 |
commit | 6ad58c7e046c9f257ad5441b7a583cddb213ad3f (patch) | |
tree | 7e3d65edf1f41490f06ca59469f492dd5432aa41 /phpBB/adm/style/simple_header.html | |
parent | 4771af08339d456174cbe3ebb1563e0f756733dd (diff) | |
download | forums-6ad58c7e046c9f257ad5441b7a583cddb213ad3f.tar forums-6ad58c7e046c9f257ad5441b7a583cddb213ad3f.tar.gz forums-6ad58c7e046c9f257ad5441b7a583cddb213ad3f.tar.bz2 forums-6ad58c7e046c9f257ad5441b7a583cddb213ad3f.tar.xz forums-6ad58c7e046c9f257ad5441b7a583cddb213ad3f.zip |
[ticket/10783] Added assets_version to ACP and simple_*.html.
PHPBB3-10783
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 84ff665acc..d4cbcb6cbe 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -5,7 +5,7 @@ <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> -<link href="style/admin.css" rel="stylesheet" type="text/css" media="screen" /> +<link href="style/admin.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ |