From 5de668eddcded4b826634f6ee12ecf326e16bb62 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Dec 2009 21:28:18 +0300 Subject: [PATCH] move some aux files to lib/ --- functions.php | 2 +- accept-to-gettext.php => lib/accept-to-gettext.php | 0 pngfix.js => lib/pngfix.js | 0 xsl_mop-up.js => lib/xsl_mop-up.js | 0 login.php | 3 --- login_form.php | 3 --- rss.xsl | 2 +- 7 files changed, 2 insertions(+), 8 deletions(-) rename accept-to-gettext.php => lib/accept-to-gettext.php (100%) rename pngfix.js => lib/pngfix.js (100%) rename xsl_mop-up.js => lib/xsl_mop-up.js (100%) diff --git a/functions.php b/functions.php index 08b4c4b8..26e57ab4 100644 --- a/functions.php +++ b/functions.php @@ -40,7 +40,7 @@ } if (ENABLE_TRANSLATIONS == true) { // If translations are enabled. - require_once "accept-to-gettext.php"; + require_once "lib/accept-to-gettext.php"; require_once "lib/gettext/gettext.inc"; function startup_gettext() { diff --git a/accept-to-gettext.php b/lib/accept-to-gettext.php similarity index 100% rename from accept-to-gettext.php rename to lib/accept-to-gettext.php diff --git a/pngfix.js b/lib/pngfix.js similarity index 100% rename from pngfix.js rename to lib/pngfix.js diff --git a/xsl_mop-up.js b/lib/xsl_mop-up.js similarity index 100% rename from xsl_mop-up.js rename to lib/xsl_mop-up.js diff --git a/login.php b/login.php index 71f2e73f..07ab1be2 100644 --- a/login.php +++ b/login.php @@ -24,9 +24,6 @@ Tiny Tiny RSS : Login - diff --git a/login_form.php b/login_form.php index d6772600..db28991f 100644 --- a/login_form.php +++ b/login_form.php @@ -3,9 +3,6 @@ Tiny Tiny RSS : Login - diff --git a/rss.xsl b/rss.xsl index c6a95f13..aa16f111 100644 --- a/rss.xsl +++ b/rss.xsl @@ -8,7 +8,7 @@ <xsl:value-of select="rss/channel/title"/> - + -- 2.39.5