Adding some tags to menus:
Home
Colours_SUB
Red
Blue
Yellow_END
Food_SUB
Burguer
Pizza
Ham_END
About
on theme.php call function menu without parameters:
<?php menu();?>
On index.php
function menu( ){
global $c,$hostname;
$mlist = explode('<br />',$c['menu']);
for($i=0;$i<count($mlist);$i ...
Search found 1 match
- Sat Nov 14, 2015 3:11 pm
- Forum: 0.4.1 beta support (older versions included)
- Topic: Drop Down Menu
- Replies: 2
- Views: 49415