Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1692, Sat May 3 03:52:41 2008 UTC | revision 1693, Sat May 3 04:03:03 2008 UTC | |
|---|---|---|
| # | Line 2674 | Line 2674 |
| 2674 | $head['favicon'] = "<link rel=\"shortcut icon\" href=\"".$configuration->getFavIcon()."\" />"; | $head['favicon'] = "<link rel=\"shortcut icon\" href=\"".$configuration->getFavIcon()."\" />"; |
| 2675 | ||
| 2676 | if (mamboCore::get('mosConfig_sef')) { | if (mamboCore::get('mosConfig_sef')) { |
| 2677 | $head['base'] = "<base href=\"".mamboCore::get('mosConfig_live_site')."/\" />"; | $baseHref = sefRelToAbs('index.php?'.mosGetParam ($_SERVER,"QUERY_STRING","")); |
| 2678 | $head['base'] = "<base href=\"{$baseHref}/\" />"; | |
| 2679 | } | } |
| 2680 | ||
| 2681 | foreach($head as $key=>$value) | foreach($head as $key=>$value) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

