diff --git a/app/Services/Http.php b/app/Services/Http.php index d4356b3f..9f305145 100644 --- a/app/Services/Http.php +++ b/app/Services/Http.php @@ -82,17 +82,6 @@ class Http return self::getBaseUrl().$_SERVER["REQUEST_URI"]; } - /** - * Generate absolute url according to relative one - * - * @param string $relative - * @return string - */ - public static function urlTo($relative) - { - return Option::get('site_url').$relative; - } - public static function abort($code, $msg = "Something happened.", $is_json = false) { http_response_code((int)$code); diff --git a/resources/views/skinlib/item.tpl b/resources/views/skinlib/item.tpl index 54b2d5cb..88b56ef6 100644 --- a/resources/views/skinlib/item.tpl +++ b/resources/views/skinlib/item.tpl @@ -1,6 +1,6 @@
+