diff options
Diffstat (limited to 'views/installation/install/header.php')
-rw-r--r-- | views/installation/install/header.php | 8 |
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" /> |