diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-17 17:02:05 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-17 17:02:05 +0000 |
| commit | 6c773c35b3177f0f6773778c49ca13172286c227 (patch) | |
| tree | 1eec2fbe386f797d64bf4c4f8df0fdc713199eeb /phpBB/styles/subsilver2/template | |
| parent | 484d214ef71540b462fb72a0867cb56e61c2bb7f (diff) | |
| download | forums-6c773c35b3177f0f6773778c49ca13172286c227.tar forums-6c773c35b3177f0f6773778c49ca13172286c227.tar.gz forums-6c773c35b3177f0f6773778c49ca13172286c227.tar.bz2 forums-6c773c35b3177f0f6773778c49ca13172286c227.tar.xz forums-6c773c35b3177f0f6773778c49ca13172286c227.zip | |
remove T_THEME_DATA completely... now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.
git-svn-id: file:///svn/phpbb/trunk@7901 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 3eaae01108..4cdd0c993e 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -14,13 +14,7 @@ {META} <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> -<!-- IF T_STYLESHEET_LINK --> <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" /> -<!-- ELSE --> -<style type="text/css"> -{T_THEME_DATA} -</style> -<!-- ENDIF --> <script type="text/javascript"> <!-- |
