position_priview.tpl.php 254 B

123456
  1. <?php
  2. defined('IN_ADMIN') or exit('No permission resources.');
  3. include $this->admin_tpl('header');?>
  4. <a href="<?php echo $thumb;?>" target="_blank"><Img src="<?php echo $thumb;?>" title="点击打开大图" width="500" height="450"></a>
  5. </body>
  6. </html>