소스 검색

Re-add deprecated Pico::getBaseThemeUrl() to maintain BC

Daniel Rudolf 6 년 전
부모
커밋
6476d6507d
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      lib/Pico.php

+ 12 - 0
lib/Pico.php

@@ -2240,6 +2240,18 @@ class Pico
         return substr($path, $contentDirLength, -$contentExtLength) ?: null;
         return substr($path, $contentDirLength, -$contentExtLength) ?: null;
     }
     }
 
 
+    /**
+     * Returns the URL of the themes folder of this Pico instance
+     *
+     * @deprecated 3.0.0
+     *
+     * @return string
+     */
+    public function getBaseThemeUrl()
+    {
+        return $this->getConfig('themes_url');
+    }
+
     /**
     /**
      * Returns the URL of a given absolute path within this Pico instance
      * Returns the URL of a given absolute path within this Pico instance
      *
      *