submenu

General questions about CMSimple
Post Reply
baz1k
Posts: 3
Joined: Thu Oct 16, 2008 10:03 am

submenu

Post by baz1k » Thu Oct 16, 2008 10:36 am

Hello!
Why #CMSimple $output.=submenu(); # show submenu in bottom of page?
What I must do if I want show submenu in left colomn in concrete page (not in template)?

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: submenu

Post by Holger » Thu Oct 16, 2008 10:52 am

Hi,

try to place this code at the position in your content where you want to have the submenu:

Code: Select all

#CMSimple $output=preg_replace("/".chr(35)."CMSimple.*".chr(35)."/",submenu());#
Holger

baz1k
Posts: 3
Joined: Thu Oct 16, 2008 10:03 am

Re: submenu

Post by baz1k » Thu Oct 16, 2008 12:42 pm

thanks

Post Reply