diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-12-13 06:50:08 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-12-13 06:50:08 +0000 |
| commit | 2122581938c544b24bf3e6c86c7b34122e46e1a5 (patch) | |
| tree | 8575c4bb1768367db1471caacbab4967059c1408 /bit_setup_inc.php | |
| parent | 5e6ab5dda1e5f7b2764c3af3f3d9978dd029a6df (diff) | |
| download | boards-2122581938c544b24bf3e6c86c7b34122e46e1a5.tar.gz boards-2122581938c544b24bf3e6c86c7b34122e46e1a5.tar.bz2 boards-2122581938c544b24bf3e6c86c7b34122e46e1a5.zip | |
Fix boards flip icons and pack CSS into BitThemes stuff.
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index f1b28b8..65010ec 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -1,5 +1,5 @@ <?php -global $gBitSystem; +global $gBitSystem, $gBitThemes; $registerHash = array( 'package_name' => 'boards', @@ -39,5 +39,7 @@ if( $gBitSystem->isPackageActive( 'boards' ) ) { function boards_get_topic_comment( $pThreadForwardSequence ) { return( intval( substr( $pThreadForwardSequence, 0, 9 ) ) ); } + + $gBitThemes->loadCss(BOARDS_PKG_PATH.'styles/boards.css'); } ?> |
