
This page explains default layouts of HTML documents specyfic to the <div> sections types.
<div> section document layoutBy default this document is based on two <div> tags. The left one contians the web page name and short description. The right one contains the web page logo. The default content of this <div> section is defined in the logo.html file.
By default this document is a simple list of links. Every link in Slug should be created accrding to the following rules:
target="_top" and href="index.php?content=[page name]", where [page name] is a name of HTML file without .html extension.
<div>:href="index.php?content=[page name]&menu=[additional menu page name]&logo=[additional logo page name]"
Content documents have no special layout. Almost any valid web page could be used as content page in Slug - see also default document content.