Added DB Access + Error page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php $this->beginContent('/layouts/main'); ?>
|
||||
<div class="container">
|
||||
<div id="content">
|
||||
<?php echo $content; ?>
|
||||
</div><!-- content -->
|
||||
</div>
|
||||
<?php $this->endContent(); ?>
|
||||
Reference in New Issue
Block a user