diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:10:41 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:10:41 +0000 |
| commit | 79c5034d163e90f068d6919796d6d27bc79124d7 (patch) | |
| tree | b97618df62a229d91920ad9960c2d92602d3e8df /LibertySystem.php | |
| parent | e6692ff03e6b9dd6bcd404365c921175e953d524 (diff) | |
| download | liberty-79c5034d163e90f068d6919796d6d27bc79124d7.tar.gz liberty-79c5034d163e90f068d6919796d6d27bc79124d7.tar.bz2 liberty-79c5034d163e90f068d6919796d6d27bc79124d7.zip | |
change all biticon links to point to the new icons provided in themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 7e057c8..ba2921c 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.41 2006/08/31 06:53:16 spiderr Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.42 2006/09/03 20:10:40 squareing Exp $ * @author spider <spider@steelsun.com> */ @@ -432,6 +432,7 @@ class LibertySystem extends LibertyBase { 'iexplain' => $ext, 'url' => 'only', ); + if( !$ret = smarty_function_biticon( $biticon,$gBitSmarty ) ) { $biticon['iname'] = $pExt; if( !$ret = smarty_function_biticon( $biticon,$gBitSmarty ) ) { |
