Changeset 9304
- Timestamp:
- 08/21/08 20:43:43 (5 months ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws/Layout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws/Layout.php
r9161 r9304 223 223 $this->_Template->SetVariable('.browser', $brow); 224 224 $this->_Template->SetVariable('site-url', empty($site_url)? $base_url : $site_url); 225 $this->_Template->SetVariable('site-name', $GLOBALS['app']->Registry->Get('/config/site_name'));225 $this->_Template->SetVariable('site-name', $GLOBALS['app']->Registry->Get('/config/site_name')); 226 226 $this->_Template->SetVariable('site-description', $GLOBALS['app']->Registry->Get('/config/site_description')); 227 $this->_Template->SetVariable('site-copyright', $GLOBALS['app']->Registry->Get('/config/copyright')); 227 $this->_Template->SetVariable('site-author', $GLOBALS['app']->Registry->Get('/config/owner_name')); 228 $this->_Template->SetVariable('site-copyright', $GLOBALS['app']->Registry->Get('/config/copyright')); 228 229 229 230 // Deprecated since 0.8: This is for backwards compatibility … … 259 260 $this->_Template->SetVariable('BASE_URL', $base_url); 260 261 $this->_Template->SetVariable('admin_script', BASE_SCRIPT); 261 $this->_Template->SetVariable('site-name', $GLOBALS['app']->Registry->Get('/config/site_name'));262 $this->_Template->SetVariable('site-name', $GLOBALS['app']->Registry->Get('/config/site_name')); 262 263 $this->_Template->SetVariable('site-description', $GLOBALS['app']->Registry->Get('/config/site_description')); 263 $this->_Template->SetVariable('site-copyright', $GLOBALS['app']->Registry->Get('/config/copyright')); 264 $this->_Template->SetVariable('site-author', $GLOBALS['app']->Registry->Get('/config/owner_name')); 265 $this->_Template->SetVariable('site-copyright', $GLOBALS['app']->Registry->Get('/config/copyright')); 264 266 $this->_Template->SetVariable('control-panel', _t('CONTROLPANEL_NAME')); 265 267 $this->_Template->SetVariable('loading-message', _t('CONTROLPANEL_LOADING'));
