diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-02 19:38:53 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 21:52:22 +0200 |
commit | 9471faab6c00b48b901ecb75113d34a934844bf4 (patch) | |
tree | 1a4927c48feec656a3c1a75b6a7071773966cb2d /themes/default | |
parent | 4dbea8ece530c8bbf16e9e70f7cd0b3ad0ebe3fc (diff) |
issue118, first code for friendly looking URLs and new config-option $user_friendly_url
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 0bd7a7b..59b4b56 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -39,7 +39,7 @@ <!-- content column --> <div id="content" class="content"> - {include file="welcome.tpl"} + { $content_page } </div> </span> |