summaryrefslogtreecommitdiff
path: root/themes/xtemplate/xtemplate.xtmpl
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-07-09 18:39:46 +0000
committerDries Buytaert <dries@buytaert.net>2003-07-09 18:39:46 +0000
commitb59094355a1878b416f79b329b3d78868b64a23c (patch)
tree6ed63b141a4b4a5e938c51feb57a7d201b12f7b6 /themes/xtemplate/xtemplate.xtmpl
parentbfd68e80eb57c5ba6deb7016e743b36b0acb5136 (diff)
downloadbrdo-b59094355a1878b416f79b329b3d78868b64a23c.tar.gz
brdo-b59094355a1878b416f79b329b3d78868b64a23c.tar.bz2
- Made the tracker module link to your own posts. Patch 79 from Gerhard.
- Added a permalink to the Xtemplate theme. Requested by Scott. - Added pager support to the locale module.
Diffstat (limited to 'themes/xtemplate/xtemplate.xtmpl')
-rw-r--r--themes/xtemplate/xtemplate.xtmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl
index ae673efb8..9b0233426 100644
--- a/themes/xtemplate/xtemplate.xtmpl
+++ b/themes/xtemplate/xtemplate.xtmpl
@@ -46,7 +46,7 @@
<!-- BEGIN: node -->
<div class="node">
- <div class="title">{title}</div>
+ <div class="title"><a href="{link}">{title}</a></div>
<span class="author">Submitted by {author} on {date}.</span>
<span class="taxonomy">{taxonomy}</span>
<div class="content">{content}</div>