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/404.php | |
parent | aa08196c32894333b14570348446463385058c94 (diff) | |
download | nextcloud-server-d6faa89ed720da7319923cba33a83d0210216d57.tar.gz nextcloud-server-d6faa89ed720da7319923cba33a83d0210216d57.zip |
fix header on error page
Diffstat (limited to 'core/templates/404.php')
-rw-r--r-- | core/templates/404.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/404.php b/core/templates/404.php index d042944c193..67ce8c8026c 100644 --- a/core/templates/404.php +++ b/core/templates/404.php @@ -8,11 +8,11 @@ if(!isset($_)){//also provide standalone error page } ?> <div id="login"> - <img src="<?php echo image_path("", "weather-clear.png"); ?>" alt="ownCloud" /> + <header><img src="<?php echo image_path('', 'weather-clear.png'); ?>" alt="ownCloud" /></header> <ul> <li class='error'> <?php echo $l->t( 'Error 404, Cloud not found' ); ?><br/> <p class='hint'><?php if(isset($_['file'])) echo $_['file']?></p> </li> </ul> -</div>
\ No newline at end of file +</div> |