From 613ac787827ea12e3aaef5dc6cd12b11a9acb1f5 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Sat, 18 Sep 2010 14:58:23 +0000 Subject: Some grammar fixes and a code dedupe for installation. Identical code in 5 files makes the baby Jesus cry and eventually results in the code not being identical. --- templates/show_install.inc.php | 41 +++++------------------------------------ 1 file changed, 5 insertions(+), 36 deletions(-) (limited to 'templates/show_install.inc.php') diff --git a/templates/show_install.inc.php b/templates/show_install.inc.php index 616f4a87..6a38e1ca 100644 --- a/templates/show_install.inc.php +++ b/templates/show_install.inc.php @@ -19,47 +19,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -if (!defined('INSTALL')) { exit; } $prefix = realpath(dirname(__FILE__). "/../"); -$dir = is_rtl($htmllang) ? 'rtl' : 'ltr'; +require $prefix . '/templates/install_header.inc.php'; ?> - - - -Ampache :: For The Love Of Music - Install - - - - - - - -
- -
-

-

- -

-
    -
  • -
  • -
-

- -

-
-
-
+
-
+
-
-
+
+


-- cgit