diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:20 +0000 |
| commit | 4506236a11190b302809035a86005606a644073b (patch) | |
| tree | 231f189591cea7896319b5732bc487c944ed12f3 /templates/my_bitweaver.tpl | |
| parent | 716651b5aa88c887b11f2ccb4b694551ada58ed0 (diff) | |
| download | users-4506236a11190b302809035a86005606a644073b.tar.gz users-4506236a11190b302809035a86005606a644073b.tar.bz2 users-4506236a11190b302809035a86005606a644073b.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'templates/my_bitweaver.tpl')
| -rw-r--r-- | templates/my_bitweaver.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl index dca8add..e231f31 100644 --- a/templates/my_bitweaver.tpl +++ b/templates/my_bitweaver.tpl @@ -1,10 +1,10 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.5 2006/02/05 21:31:59 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.6 2006/03/01 18:35:20 spiderr Exp $ *} {strip} <div class="floaticon">{bithelp}</div> <div class="display my"> <div class="header"> - <h1>{tr}My {$gBitSystemPrefs.site_title|default:'Site'}{/tr}</h1> + <h1>{tr}My {$gBitSystem->getConfig('site_title')|default:'Site'}{/tr}</h1> </div> {include file="bitpackage:users/my_bitweaver_bar.tpl"} |
