diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 21:58:00 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 21:58:04 +0200 |
commit | d6faa89ed720da7319923cba33a83d0210216d57 (patch) | |
tree | 89584399c5b15a80060ca59399650462f6210605 /core/templates/error.php | |
parent | aa08196c32894333b14570348446463385058c94 (diff) | |
download | nextcloud-server-d6faa89ed720da7319923cba33a83d0210216d57.tar.gz nextcloud-server-d6faa89ed720da7319923cba33a83d0210216d57.zip |
fix header on error page
Diffstat (limited to 'core/templates/error.php')
-rw-r--r-- | core/templates/error.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/templates/error.php b/core/templates/error.php index ae3f029708f..aa8a8d473b4 100644 --- a/core/templates/error.php +++ b/core/templates/error.php @@ -1,10 +1,5 @@ -<?php -/* - * Template for error page - */ -?> <div id="login"> - <img src="<?php echo image_path("", "owncloud-logo-medium-white.png"); ?>" alt="ownCloud" /> + <header><img src="<?php echo image_path('', 'owncloud-logo-medium-white.png'); ?>" alt="ownCloud" /></header> <ul> <?php foreach($_["errors"] as $error):?> <li class='error'> |