summaryrefslogtreecommitdiff
path: root/find_user.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-11-08 21:59:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-11-08 21:59:34 +0000
commit1a22947485575deea02b3656667576add35746c9 (patch)
tree574137ef60c2415deb394162585c42e2e1a6d830 /find_user.php
parent1a0adbc60aea724289110bd0a5dac6edca4923aa (diff)
downloadfisheye-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 'find_user.php')
-rw-r--r--find_user.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/find_user.php b/find_user.php
index 09f38bb..0db3ce4 100644
--- a/find_user.php
+++ b/find_user.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/find_user.php,v 1.5 2007/04/04 14:31:30 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/find_user.php,v 1.6 2007/11/08 21:59:34 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -13,8 +13,6 @@ include_once( "../bit_setup_inc.php" );
if (empty($gBitThemes->mStyles['styleSheet'])) {
$gBitThemes->mStyles['styleSheet'] = $gBitThemes->getStyleCss();
}
-$gBitThemes->mStyles['browserStyleSheet'] = $gBitThemes->getBrowserStyleCss();
-$gBitThemes->mStyles['customStyleSheet'] = $gBitThemes->getCustomStyleCss();
if( !defined( 'THEMES_STYLE_URL' ) ) {
define( 'THEMES_STYLE_URL', $gBitThemes->getStyleUrl() );
}