From bc816febfca84fed80ca96d499bb5e034b0f8e8f Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sat, 11 Apr 2020 23:21:45 +0200 Subject: [PATCH] Remove deprecated Pico::getBaseThemeUrl() Use Pico::getConfig('themes_url') instead. --- lib/Pico.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/Pico.php b/lib/Pico.php index e5a14f5..3be483e 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -2389,20 +2389,6 @@ class Pico return str_replace(array_keys($variables), $variables, $url); } - /** - * Returns the URL of the themes folder of this Pico instance - * - * @see Pico::getUrlFromPath() - * - * @deprecated 2.1.0 - * - * @return string - */ - public function getBaseThemeUrl() - { - return $this->getConfig('themes_url'); - } - /** * Returns the URL of a given absolute path within this Pico instance *