Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1542, Fri Jan 11 09:19:03 2008 UTC | revision 1543, Fri Jan 11 10:05:47 2008 UTC | |
|---|---|---|
| # | Line 2675 | Line 2675 |
| 2675 | $configuration =& mamboCore::getMamboCore(); | $configuration =& mamboCore::getMamboCore(); |
| 2676 | $head['favicon'] = "<link rel=\"shortcut icon\" href=\"".$configuration->getFavIcon()."\" />"; | $head['favicon'] = "<link rel=\"shortcut icon\" href=\"".$configuration->getFavIcon()."\" />"; |
| 2677 | ||
| 2678 | if (mamboCore::get('mosConfig_sef')) { | |
| 2679 | $head['base'] = "<base href=\"".mamboCore::get('mosConfig_live_site')."/\" />"; | |
| 2680 | } | |
| 2681 | ||
| 2682 | foreach($head as $key=>$value) | foreach($head as $key=>$value) |
| 2683 | $this->_head['output'][$key] = "$value"; | $this->_head['output'][$key] = "$value"; |
| 2684 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

