Modifying the footer (Powered by CMS Made Simple 0.10)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Mikkael4

Modifying the footer (Powered by CMS Made Simple 0.10)

Post 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?
jah
Forum Members
Forum Members
Posts: 147
Joined: Thu Dec 30, 2004 9:09 am

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

Post 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
Locked

Return to “CMSMS Core”