Article published
-----------------
The article "The Webmaster’s FAQ" was validated by George.
** The Webmaster’s FAQ **
by George on Monday July 14th, 2003
The basis
1. How do I modify the page layout of the public site?
Page layout management is based on files with .html extensions called
layout templates. Their role is more or less the same as what other
applications call also templates.
Each file is associated with a different type of page: thus, one template
for the homepage, another to display the articles, another yet to display
the sections, etc. A template contains standard HTML that defines the page
layout and in which are inserted tags specific to SPIP in order to define
which information is going to "inhabit" this layout.
SPIP’s template language is very flexible and allows the creation of
varied page layouts: a (...)