source: extensions/floOS/OS_default/template/add_menu_on_public_pages.tpl @ 9108

Last change on this file since 9108 was 9108, checked in by flop25, 13 years ago

first commit : update for 2.1 and higher
Integrating spreadmenu directly IN the theme

File size: 403 bytes
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=''}
Note: See TracBrowser for help on using the repository browser.