OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / _layout / html / mod_syndicate / default.php
1 <?php
2 defined('_JEXEC') or die;
3
4 $version = new JVersion();
5 if ('1.5' == $version->RELEASE) {
6   $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
7   $text = $params->get('text');
8 }
9 echo '<a href="' . $link . '" class="art-rss-tag-icon syndicate-module' . $moduleclass_sfx . '">'
10   . ($text ? '<span>' . $text . '</span>' : '') . '</a>';