Hi There,
I have just started using CM Simple and I am new to PHP.
A very simple question from me is where exactly do I use the
#CMSimple -----some code-------; #
When I am logged on to my site and have created a new menu item eg. Contact Us is this where I use this code to change meta tags and to add my plugins?
I am just not sure where I should be placing this.
I have the instructions on what code to use for my Asform but not sure where to put it
Cheers
Ren
CM Scripting basics
Re: CM Scripting basics
Reading more in http://www.cmsimple.com/?Installer%27s_ ... _Scripting you can find
e.g.
or later
Normally a page code looks like this:
e.g.
Code: Select all
#CMSimple $keywords='some,words'; $description='A page description'; #
Code: Select all
#CMSimple hide#
#CMSimple $output.=geturl('http://www.harteg.dk').chr(35). 'CMSimple hide'.chr(35);#
Code: Select all
<H1>Contact us</H1>
#CMSimple $output.=asform();?>
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.