forked from kevinowino869/mitrobill
Change Header
This commit is contained in:
12
ui/theme/default/user-order.tpl
Normal file
12
ui/theme/default/user-order.tpl
Normal file
@ -0,0 +1,12 @@
|
||||
{include file="sections/user-header.tpl"}
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<div class="panel mb20 panel-primary panel-hovered">
|
||||
<div class="panel-heading">{$_L[$pageHeader]}</div>
|
||||
<div class="panel-body">
|
||||
{include file="$_path/../pages/$PageFile.html"}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{include file="sections/user-footer.tpl"}
|
Reference in New Issue
Block a user