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 /icon_browser.php | |
| parent | 6a451891908ec2a0be911fe35bc61ea6c3237840 (diff) | |
| download | themes-b0cb92fe0eb83e5f90cc6e91f9689e762559df8a.tar.gz themes-b0cb92fe0eb83e5f90cc6e91f9689e762559df8a.tar.bz2 themes-b0cb92fe0eb83e5f90cc6e91f9689e762559df8a.zip | |
phpdoc update
Diffstat (limited to 'icon_browser.php')
| -rw-r--r-- | icon_browser.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/icon_browser.php b/icon_browser.php index 287f337..69a4e1d 100644 --- a/icon_browser.php +++ b/icon_browser.php @@ -1,4 +1,18 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_themes/icon_browser.php,v 1.4 2009/03/31 06:23:29 lsces Exp $ + * + * Copyright (c) 2008 bitweaver + * All Rights Reserved. See copyright.txt for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. + * + * @package themes + * @subpackage functions + */ + +/** + * Setup + */ require_once( "../bit_setup_inc.php" ); if( !$gBitUser->isRegistered() ) { |
