diff options
author | Jason Blevins <jrblevin@sdf.lonestar.org> | 2008-10-29 23:25:34 -0400 |
---|---|---|
committer | Jason Blevins <jrblevin@sdf.lonestar.org> | 2008-10-29 23:25:34 -0400 |
commit | 100c68003b8d5214b8de3101c97b9af79e064369 (patch) | |
tree | 4b5b0f9d7faf42f6d7d8e8fa1df1430fd949add9 /doc | |
parent | 621c3209b03eb86407b703a72ec80c7c59ebc144 (diff) |
Forum question
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/wiki_name_in_page_titles.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/forum/wiki_name_in_page_titles.mdwn b/doc/forum/wiki_name_in_page_titles.mdwn new file mode 100644 index 000000000..16c27c24a --- /dev/null +++ b/doc/forum/wiki_name_in_page_titles.mdwn @@ -0,0 +1,6 @@ +I'd like to have the wiki name appear in page titles as in "WikiName: +Page Title." If I use `<TMPL_VAR WIKINAME>: <TMPL_VAR TITLE>` in the +template this works for all pages except the index page itself which +will have title "WikiName: WikiName" as its title. Does anyone know +of a template-based solution to this or do I need to write a plugin +that provides a `IS_HOMEPAGE` template variable? --[[JasonBlevins]] |