Example #1
0
 static function cfgUrlStaticShared($bFullUrl = false)
 {
     if (AnwComponent::globalCfgStaticsSharedEnabled()) {
         $sUrlStatic = AnwComponent::globalCfgStaticsSharedUrl();
     } else {
         if (!$bFullUrl) {
             $sUrlStatic = AnwUtils::linkRelative();
         } else {
             $sUrlStatic = AnwComponent::globalCfgUrlRoot();
         }
     }
     return $sUrlStatic;
 }