Default Templates Explained
CMS Made Simple 1.0 can optionally be installed with five default templates (you choose this during the installation process). These are to display some of the features of CMS Made Simple and to give you a head start when creating your own web sites.
The tags that are unique to templates in CMS Made Simple are described on the page CMSMS tags in the templates (see menu to the left). Click on any link beneath that page in the menu to the left to see how the default templates look like.
Menus/navigation
Two kinds of navigations are used in these templates. For each there is a menu template in the Menu Manager. CSSMenu is a dropdown menu using only CSS. Well, for Internet Explorer some JavaScript has to be used... Two of the page templates are using CSSMenu for navigation, one with the menu horizontally at the top and the other with the menu vertically to the left.
The other navigation type is what we call Simple Navigation. That is just an unordered list that gets its style and appearance from the stylesheets. Also here one page template is using a horizontal simple navigation and the other a vertical menu.
The menu tag in each template is used like this: {menu template='cssmenu'}
, where the cssmenu
is the name of the Menu Manager template. More parameters can be used, for example to start a menu from the second level, collapse the children pages until the parent is clicked etc. Read more about that in the Menu Manager help in the Admin Panel.
Previous page: Workflow
Next page: CMSMS tags in the templates