mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Privilege
* add forgotten template file
This commit is contained in:
24
template/pages/privilege.tpl.php
Normal file
24
template/pages/privilege.tpl.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php $this->brick('header'); ?>
|
||||
|
||||
<div class="main" id="main">
|
||||
<div class="main-precontents" id="main-precontents"></div>
|
||||
<div class="main-contents" id="main-contents">
|
||||
|
||||
<?php
|
||||
$this->brick('announcement');
|
||||
|
||||
$this->brick('pageTemplate');
|
||||
?>
|
||||
|
||||
<div class="text">
|
||||
<h1><?=$this->name;?></h1>
|
||||
<p><?=$this->privReqPoints;?></p><br>
|
||||
<?php
|
||||
$this->brick('article');
|
||||
?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div><!-- main-contents -->
|
||||
</div><!-- main -->
|
||||
|
||||
<?php $this->brick('footer'); ?>
|
||||
Reference in New Issue
Block a user