removed excess code
This commit is contained in:
parent
c350301342
commit
ded97de891
|
@ -7,12 +7,9 @@ if(!isset($_)){//also provide standalone error page
|
|||
exit;
|
||||
}
|
||||
?>
|
||||
<div id="login">
|
||||
<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/>
|
||||
<?php echo $l->t( 'Cloud not found' ); ?><br/>
|
||||
<p class='hint'><?php if(isset($_['file'])) echo $_['file']?></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<div id="login">
|
||||
<header><img src="<?php echo image_path('', 'owncloud-logo-medium-white.png'); ?>" alt="ownCloud" /></header>
|
||||
<ul>
|
||||
<?php foreach($_["errors"] as $error):?>
|
||||
<li class='error'>
|
||||
|
@ -8,5 +6,3 @@
|
|||
</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue