OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / pwc007_music / html / com_search / search / default.php
1 <?php defined('_JEXEC') or die('Restricted access'); ?>
2 <div class="Post">
3     <div class="Post-body">
4 <div class="Post-inner">
5
6 <?php if ($this->params->def('show_page_title', 1)): ?>
7 <h2 class="PostHeaderIcon-wrapper"><?php echo JHTML::_('image.site', 'PostHeaderIcon.png', null, null, null, JText::_("PostHeaderIcon"), array('width' => '24', 'height' => '31')); ?> <span class="PostHeader">
8 <span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>
9 </span>
10 </h2>
11
12 <?php endif; ?>
13 <div class="PostContent">
14
15 <?php echo $this->loadTemplate('form'); ?>
16 <?php if(!$this->error && count($this->results) > 0) :
17         echo $this->loadTemplate('results');
18 else :
19         echo $this->loadTemplate('error');
20 endif; ?>
21
22 </div>
23 <div class="cleared"></div>
24
25
26 </div>
27
28     </div>
29 </div>