rdc_p22008-02-17 21:26 | I want to show more than one subpage in menu. » Quick.Cms v2.xwww.smussen.be |
treewood (OpenSolution)2008-02-18 08:53 | rdc_p2 - edit templates/themes/default.php and change for example
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 1 );
to
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 3 );
|
rdc_p22008-02-18 17:19 | That funktion very nice. www.smussen.be |