diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-09 08:10:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-09 08:10:07 +0000 |
commit | c97e7fe1805d2ac0f2f3aedc89611a237f0edfdc (patch) | |
tree | 5cdabf270a8e2c08c3fce12dacfdf630ef4e49c0 /themes/xtemplate/xtemplate.xtmpl | |
parent | 73f476a6c1109bf39f0c5551ee6ad6bc7da70e37 (diff) | |
download | brdo-c97e7fe1805d2ac0f2f3aedc89611a237f0edfdc.tar.gz brdo-c97e7fe1805d2ac0f2f3aedc89611a237f0edfdc.tar.bz2 |
- Small improvements to help people getting started with the xtemplate
theme.
Diffstat (limited to 'themes/xtemplate/xtemplate.xtmpl')
-rw-r--r-- | themes/xtemplate/xtemplate.xtmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl index be2869fd8..4c795cd56 100644 --- a/themes/xtemplate/xtemplate.xtmpl +++ b/themes/xtemplate/xtemplate.xtmpl @@ -18,8 +18,8 @@ <tr> <td colspan="2" class="menu"> <span id="links"> - <div id="secondary">{secondary}</div> - <div id="primary">{primary}</div> + <div id="secondary">secondary links</div> + <div id="primary">primary links<br />{links}</div> </span> <span id="logo"><a href="index.php"><img src="themes/xtemplate/images/druplicon.gif" alt="" /></a></span> </td> @@ -28,7 +28,7 @@ <tr> <td valign="top" width="100%"> <!-- BEGIN: message --> - <div id="message">{message}</div> + <div id="message">Site description or mission statement - edit this text along with the primary and secondary links in the file 'themes/xtemplate/xtemplate.xtmpl'.</div> <!-- END: message --> <div id="main"> <!-- END: header --> |