Page 1 of 1

Modifying the footer (Powered by CMS Made Simple 0.10)

Posted: Mon Aug 22, 2005 6:40 pm
by Mikkael4
I would like to add my site name under the footer "Powered by CMS Made Simple 0.10". Where can I do that?

Re: Modifying the footer (Powered by CMS Made Simple 0.10)

Posted: Mon Aug 22, 2005 8:39 pm
by jah
The footer in the default template is a tag. You can see this tag listed under the Extensions -> Tags menu.

In Your Template this tag is included as {footer}.

There are a number of ways you could change this:
  • The simplest is to replace the tag in the Template with text or HTML,
  • You can make your own tag or modify the footer (in the directory it is listed under Plugins), and include it in your Template.
  • Or you can create a HTML Blob and add it in your Template like {html_blob name='myblob'}. The latter makes it possible to edit the footer content from the Admin interface.
Jon