Init Repo
This commit is contained in:
14
public_html/templates/error.tpl.php
Normal file
14
public_html/templates/error.tpl.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php if (!defined('PICONTROL')) exit(); ?>
|
||||
<!-- Error -->
|
||||
<div>
|
||||
<div class="box error">
|
||||
<div>
|
||||
<?php if ($data['title'] != '') { ?><div class="inner-header">
|
||||
<span><?php echo $data['title']; ?></span>
|
||||
</div><?php } ?>
|
||||
<div class="inner">
|
||||
<?php echo $data['msg']; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user