OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / pwc007_music / html / com_weblinks / categories / default.php
1 <?php // no direct access
2 defined('_JEXEC') or die('Restricted access'); ?>
3 <div class="Post">
4     <div class="Post-body">
5 <div class="Post-inner">
6
7 <?php if ($this->params->def('show_page_title', 1)): ?>
8 <h2 class="PostHeaderIcon-wrapper"><?php echo JHTML::_('image.site', 'PostHeaderIcon.png', null, null, null, JText::_("PostHeaderIcon"), array('width' => '24', 'height' => '31')); ?> <span class="PostHeader">
9 <span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>
10 </span>
11 </h2>
12
13 <?php endif; ?>
14 <div class="PostContent">
15
16 <?php if ( ($this->params->def('image', -1) != -1) || $this->params->def('show_comp_description', 1) ) : ?>
17 <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
18 <tr>
19         <td valign="top" class="contentdescription<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
20         <?php
21                 if ( isset($this->image) ) :  echo $this->image; endif;
22                 echo $this->params->get('comp_description');
23         ?>
24         </td>
25 </tr>
26 </table>
27 <?php endif; ?>
28 <ul>
29 <?php foreach ( $this->categories as $category ) : ?>
30         <li>
31                 <a href="<?php echo $category->link; ?>" class="category<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
32                         <?php echo $this->escape($category->title);?></a>
33                 &nbsp;
34                 <span class="small">
35                         (<?php echo $category->numlinks;?>)
36                 </span>
37         </li>
38 <?php endforeach; ?>
39 </ul>
40
41 </div>
42 <div class="cleared"></div>
43
44
45 </div>
46
47     </div>
48 </div>