diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 10:32:44 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 10:32:44 +0000 |
| commit | 76a4afdfce57798d12437a74454f225d704f9e6b (patch) | |
| tree | da43956e668c112359a1788ff18dd0e83d008fcb /templates | |
| parent | f88f9a384c894a2100519aa2363906c19a496d17 (diff) | |
| download | wiki-76a4afdfce57798d12437a74454f225d704f9e6b.tar.gz wiki-76a4afdfce57798d12437a74454f225d704f9e6b.tar.bz2 wiki-76a4afdfce57798d12437a74454f225d704f9e6b.zip | |
remove outdated template assignements
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_wiki.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_wiki.tpl b/templates/admin_wiki.tpl index 7785bf7..f2b60d1 100644 --- a/templates/admin_wiki.tpl +++ b/templates/admin_wiki.tpl @@ -132,7 +132,7 @@ <div class="row"> {formlabel label="Wiki Home Page" for="wikiHomePage"} {forminput} - <input type="text" name="wikiHomePage" id="wikiHomePage" size="25" value="{$wikiHomePage|escape}" /> + <input type="text" name="wikiHomePage" id="wikiHomePage" size="25" value="{$gBitSystemPrefs.wikiHomePage|escape}" /> {formhelp note="When the wiki is accessed, this is the page that will be displayed as the first page."} {/forminput} </div> |
