Beispiel #1
0
 static function getCurrentURL($article, $isJoomla)
 {
     if ($isJoomla) {
         return SCArticleContent::_getCurrentArticleURL($article);
     } else {
         return SCArticleContent::_getCurrentItemURL($article);
     }
 }