aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/header.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 23:09:09 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 23:09:09 +0000
commit2e55e477f93fc7e2e26e5d01395fd8d47c283c27 (patch)
tree37bb287300c5d1a65c79244b8eeaa44047d8c8d1 /views/installation/install/header.php
parent7351b23e33825e335fea8f9a3dd33049a38759fb (diff)
downloadelgg-2e55e477f93fc7e2e26e5d01395fd8d47c283c27.tar.gz
elgg-2e55e477f93fc7e2e26e5d01395fd8d47c283c27.tar.bz2
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
Diffstat (limited to 'views/installation/install/header.php')
-rw-r--r--views/installation/install/header.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/views/installation/install/header.php b/views/installation/install/header.php
deleted file mode 100644
index 8c18dbffd..000000000
--- a/views/installation/install/header.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-/**
- * Install header
- */
-
-$url = elgg_get_site_url()."_graphics/elgg_logo.png";
-?>
-<img src="<?php echo $url; ?>" alt="Elgg" />