summaryrefslogtreecommitdiff
path: root/find_user.php
AgeCommit message (Collapse)AuthorFilesLines
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-3/+1
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.
2007-04-04move all style related code to BitThemes to further clean up the mess. all ↵Max Kremmel1-6/+6
style related methods are now called using BitThemes instead of BitSystem
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-6/+8
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-3/+3
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-0/+9
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+21