diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 21:46:25 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-11 09:14:44 +0200 |
commit | 50e939560cd42cd4355fc130cfea0389e380694f (patch) | |
tree | 474302d6f2474e28fd4dcf0c554c5e72fdf788fe /themes/default | |
parent | 89f78a74b9e4633e92eaf7a47da8b5242edc38e0 (diff) |
issue118, user-friendly-url to directly address a tag
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index 468239a..46effe2 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -39,7 +39,7 @@ <!-- content column --> <div id="content" class="content"> - { $content_page } + { $initial_content } </div> </span> |