|
Revision 9108, 403 bytes
(checked in by flop25, 2 years ago)
|
|
first commit : update for 2.1 and higher
Integrating spreadmenu directly IN the theme
|
| Line | |
|---|
| 1 | <!-- Menu has been provided by the "Spread menus" --> |
|---|
| 2 | |
|---|
| 3 | {html_head} |
|---|
| 4 | {if !empty($themeconf.spread_menus)} |
|---|
| 5 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$themeconf.id}/css/{$themeconf.spread_menus}.css"> |
|---|
| 6 | {else} |
|---|
| 7 | <link rel="stylesheet" type="text/css" href="{$SPREADM.Path}css/spread_menus_with_{$themeconf.id}.css"> |
|---|
| 8 | {/if} |
|---|
| 9 | {/html_head} |
|---|
| 10 | |
|---|
| 11 | {$MENUBAR} |
|---|
| 12 | {assign var='MENUBAR' value=''} |
|---|