diff --git a/functions.php b/functions.php index fbf14ab50..1b509f3b0 100644 --- a/functions.php +++ b/functions.php @@ -3665,7 +3665,7 @@ function prepare_headlines_digest($link, $user_id, $days = 1, $limit = 100) { - require_once "MiniTemplator.class.php"; + require_once "lib/MiniTemplator.class.php"; $tpl = new MiniTemplator; $tpl_t = new MiniTemplator; diff --git a/MiniTemplator.class.php b/lib/MiniTemplator.class.php similarity index 100% rename from MiniTemplator.class.php rename to lib/MiniTemplator.class.php diff --git a/prototype.js b/lib/prototype.js similarity index 100% rename from prototype.js rename to lib/prototype.js diff --git a/login_form.php b/login_form.php index d3d4f7860..3d3479f0a 100644 --- a/login_form.php +++ b/login_form.php @@ -7,7 +7,7 @@ - + diff --git a/modules/pref-users.php b/modules/pref-users.php index 121e5b3b9..3398f8acf 100644 --- a/modules/pref-users.php +++ b/modules/pref-users.php @@ -290,7 +290,7 @@ if ($email) { print_notice(T_sprintf("Notifying %s.", $email)); - require_once "MiniTemplator.class.php"; + require_once "lib/MiniTemplator.class.php"; $tpl = new MiniTemplator; diff --git a/prefs.php b/prefs.php index 735063c0e..445c10e09 100644 --- a/prefs.php +++ b/prefs.php @@ -40,7 +40,7 @@ - + diff --git a/register.php b/register.php index 95131da90..15caf7d38 100644 --- a/register.php +++ b/register.php @@ -59,7 +59,7 @@ - + diff --git a/tt-rss.php b/tt-rss.php index 6361dff59..310c12b73 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -41,7 +41,7 @@ - +