diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-03-31 06:27:27 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-03-31 06:27:27 +0000 |
| commit | b0cb92fe0eb83e5f90cc6e91f9689e762559df8a (patch) | |
| tree | 5d531bd933981ed9f4c15170037f8044dc9a0013 /modules | |
| parent | 6a451891908ec2a0be911fe35bc61ea6c3237840 (diff) | |
| download | themes-b0cb92fe0eb83e5f90cc6e91f9689e762559df8a.tar.gz themes-b0cb92fe0eb83e5f90cc6e91f9689e762559df8a.tar.bz2 themes-b0cb92fe0eb83e5f90cc6e91f9689e762559df8a.zip | |
phpdoc update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_switch_theme.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/mod_switch_theme.php b/modules/mod_switch_theme.php index 343e722..f1270d0 100644 --- a/modules/mod_switch_theme.php +++ b/modules/mod_switch_theme.php @@ -1,4 +1,13 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_themes/modules/mod_switch_theme.php,v 1.11 2009/03/31 06:27:27 lsces Exp $ + * @package kernel + * @subpackage modules + */ + +/** + * Setup + */ global $gBitThemes; $change_theme = $gBitSystem->getConfig('users_themes'); $gBitSmarty->assign('change_theme', $change_theme); |
