PDF rausgenommen
This commit is contained in:
37
msd2/myoos/templates/phoenix/page/403.html
Normal file
37
msd2/myoos/templates/phoenix/page/403.html
Normal file
@ -0,0 +1,37 @@
|
||||
{include file="phoenix/system/_header.html"}
|
||||
|
||||
{include file="phoenix/system/_breadcrumbs.html"}
|
||||
|
||||
{if $message}
|
||||
{foreach $message as $info}
|
||||
{include file="phoenix/system/_message.html"}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
<!-- start content -->
|
||||
<section class="section-xlg">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-6 col-sm-6 hidden-xs-down">
|
||||
|
||||
<div class="error-403">
|
||||
403
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 col-sm-6">
|
||||
|
||||
<h3>{$lang.heading_title}</h3>
|
||||
<p class="text-muted">{$lang.text_information}</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div><!-- .row -->
|
||||
</div><!--end container-->
|
||||
</section>
|
||||
<!-- end content -->
|
||||
|
||||
{include file="phoenix/system/_footer.html"}
|
Reference in New Issue
Block a user