diff options
| -rw-r--r-- | plugins/data.biticon.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data.biticon.php b/plugins/data.biticon.php index 28755eb..33ea0c5 100644 --- a/plugins/data.biticon.php +++ b/plugins/data.biticon.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @package liberty * @subpackage plugins_data */ @@ -70,7 +70,7 @@ function data_biticon( $pData, $pParams ) { require_once $gBitSmarty->_get_plugin_filepath( 'function', 'biticon' ); $ret = smarty_function_biticon( $biticon, $gBitSmarty ); - $wrapper = liberty_plugins_wrapper_style( $pParams ); + $wrapper = liberty_plugins_wrapper_style( $pParams, FALSE ); if( !empty( $wrapper['style'] ) ) { $ret ='<span class="'.( !empty( $wrapper['class'] ) ? $wrapper['class'] : "biticon-plugin" ).'" style="'.$wrapper['style'].'">'.$ret.'</span>'; } |
