From 27d3bdf2dc5925473fe4ce1bf1d18bfd6cbec651 Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 16 Dec 2015 21:21:48 +0100 Subject: [PATCH] Removed some old stuff --- sakura.php | 3 --- templates/misaki/global/master.tpl | 3 +-- templates/yuuno/global/master.tpl | 3 +-- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sakura.php b/sakura.php index 37846a7..79140ea 100644 --- a/sakura.php +++ b/sakura.php @@ -136,9 +136,6 @@ if (!defined('SAKURA_NO_TPL')) { 'path' => Config::get('cookie_path'), ], - 'urlMain' => Config::get('url_main'), - 'urlApi' => Config::get('url_api'), - 'contentPath' => Config::get('content_path'), 'resources' => Config::get('content_path') . '/data/' . $templateName, diff --git a/templates/misaki/global/master.tpl b/templates/misaki/global/master.tpl index ede2bbc..3a68be7 100644 --- a/templates/misaki/global/master.tpl +++ b/templates/misaki/global/master.tpl @@ -47,7 +47,6 @@ }, "siteName": "{{ sakura.siteName }}", - "urlMain": "{{ sakura.urlMain }}", "content": "{{ sakura.contentPath }}", "resources": "{{ sakura.resources }}", "recaptchaEnabled": "{{ sakura.recaptchaEnabled }}", @@ -84,7 +83,7 @@