From fe7537b5dd0449a074cd0e7f2daefae21e78d16f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 14:41:34 +0100 Subject: [PATCH] move MiniTemplator and prototype to lib/ --- functions.php | 2 +- MiniTemplator.class.php => lib/MiniTemplator.class.php | 0 prototype.js => lib/prototype.js | 0 login_form.php | 2 +- modules/pref-users.php | 2 +- prefs.php | 2 +- register.php | 2 +- tt-rss.php | 2 +- 8 files changed, 6 insertions(+), 6 deletions(-) rename MiniTemplator.class.php => lib/MiniTemplator.class.php (100%) rename prototype.js => lib/prototype.js (100%) 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 @@ - +