diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-11-08 21:59:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-11-08 21:59:34 +0000 |
| commit | 1a22947485575deea02b3656667576add35746c9 (patch) | |
| tree | 574137ef60c2415deb394162585c42e2e1a6d830 /templates | |
| parent | 1a0adbc60aea724289110bd0a5dac6edca4923aa (diff) | |
| download | fisheye-1a22947485575deea02b3656667576add35746c9.tar.gz fisheye-1a22947485575deea02b3656667576add35746c9.tar.bz2 fisheye-1a22947485575deea02b3656667576add35746c9.zip | |
massive update to javascript and css file loading. main aim is to reduce the number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser.
to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> );
to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' );
if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/find_user.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/find_user.tpl b/templates/find_user.tpl index 83e1e9f..c67c924 100644 --- a/templates/find_user.tpl +++ b/templates/find_user.tpl @@ -6,8 +6,6 @@ <style type="text/css"><!-- {if $gBitSystem->mStyles.styleSheet}@import url({$gBitSystem->mStyles.styleSheet});{/if} - {if $gBitSystem->mStyles.browserStyleSheet}@import url({$gBitSystem->mStyles.browserStyleSheet});{/if} - {if $gBitSystem->mStyles.customStyleSheet}@import url({$gBitSystem->mStyles.customStyleSheet});{/if} --></style> {literal} |
