diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-11 13:03:46 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-11 13:03:46 +0000 |
| commit | b41fb0d247a70128160ad4d7263498623dd69c81 (patch) | |
| tree | e1603839dc3d7384969704a45105f4e23a2246f0 /plugins | |
| parent | 967d594377992e2d4a4c2d73da2dfd5d9c2f09b1 (diff) | |
| download | nexus-b41fb0d247a70128160ad4d7263498623dd69c81.tar.gz nexus-b41fb0d247a70128160ad4d7263498623dd69c81.tar.bz2 nexus-b41fb0d247a70128160ad4d7263498623dd69c81.zip | |
merge recent changes with HEAD - keeping stuff up to date in case someone starts going nuts in HEAD
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/menu.suckerfish.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/menu.suckerfish.php b/plugins/menu.suckerfish.php index 348b592..f501bfa 100644 --- a/plugins/menu.suckerfish.php +++ b/plugins/menu.suckerfish.php @@ -5,7 +5,7 @@ * * @abstract creates a simple <ul> and <li> based list of items * @author xing@synapse.plus.com - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @package nexus * @subpackage plugins */ @@ -47,6 +47,7 @@ function writeSuckerfishCache( $pMenuHash ) { if( $pMenuHash->mInfo['type'] != 'hor' ) { $menu_file = 'mod_'.$menu_name.'_'.$pMenuHash->mInfo['menu_id'].'.tpl'; $data = '{bitmodule title="{tr}'.$pMenuHash->mInfo['title'].'{/tr}" name="'.$menu_name.'"}'; + $data .= '<div class="suckerfish">'; } else { $data = ''; $menu_file = 'top_bar_inc.tpl'; @@ -110,6 +111,7 @@ function writeSuckerfishCache( $pMenuHash ) { } if( $pMenuHash->mInfo['type'] != 'hor' ) { + $data .= '</div>'; $data .= '{/bitmodule}'; } |
