From 2e55e477f93fc7e2e26e5d01395fd8d47c283c27 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 22 Feb 2011 23:09:09 +0000 Subject: Move install footer/header/sidebar into page/elements. Converted CSS to use more standard Elgg framework objects git-svn-id: http://code.elgg.org/elgg/trunk@8430 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/install/sidebar.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 views/installation/install/sidebar.php (limited to 'views/installation/install/sidebar.php') diff --git a/views/installation/install/sidebar.php b/views/installation/install/sidebar.php deleted file mode 100644 index 8136cd898..000000000 --- a/views/installation/install/sidebar.php +++ /dev/null @@ -1,26 +0,0 @@ -'; -foreach ($steps as $index => $step) { - if ($index < $current_step_index) { - $class = 'past'; - } elseif ($index == $current_step_index) { - $class = 'present'; - } else { - $class = 'future'; - } - $text = elgg_echo("install:$step"); - echo "
  • $text
  • "; -} -echo ''; -- cgit v1.2.3