Ejemplo n.º 1
0
 static function cfgUrlStaticSetup($bFullUrl = false)
 {
     if (AnwComponent::globalCfgStaticsSetupEnabled()) {
         $sUrlStatic = AnwComponent::globalCfgStaticsSetupUrl();
     } else {
         if (!$bFullUrl) {
             $sUrlStatic = AnwUtils::linkRelative();
         } else {
             $sUrlStatic = AnwComponent::globalCfgUrlRoot();
         }
     }
     return $sUrlStatic;
 }