|
> Adding Custom Templates
<
|
You can create your own templates for the
whole structre of the Albinator tables. As the latest version
of Albinator supports 100% templates and is easy like anything
to build your own ones.
Goto Administration > Template
- Add Template Set
- Give it a name (it should be as the sub-directory names
in the templates directory).
e.g. if you name it mytemplate then in albinator_directory/templates/
add a directory named mytemplate.
You can now simply select the exisiting templates
from the default template named classic, do your moditications
and add them from the Administration Panel itself.
Note: You will then need to add a theme and
associate it with this template.
Template Legend
{name} = Variable value will be replaced
<{repeat}> content {repeat}> = Content to be repeatedly
parsed
Status: Logged: Only used when user is logged in
LogOut: Only used when user is not logged in
None: User in either condition
Main Design templates needed:
- html_doc_type
- block_header
- block_footer
- errmsg
- text_links_*
- icon_links_*
- admin_block_header
- admin_block_footer
- admin_block_sidebar_*
- forum_block_header
- forum_block_footer
- forum_icon_links
Pleae Note, any changes to the template
is soley your responsiblity and support can't be offered on
modified templates.
|