<?php if ($show_textsizer=="true") : ?>
<div id="accessibility">
<div id="buttons">
<a href="<?php echo JROUTE::_($thisurl . "fontstyle=f-larger"); ?>" title="<?php echo JText::_('INC_FONT_SIZE'); ?>" class="large"><span class="button png"> </span></a>
<a href="<?php echo JROUTE::_($thisurl . "fontstyle=f-smaller"); ?>" title="<?php echo JText::_('DEC_FONT_SIZE'); ?>" class="small"><span class="button png"> </span></a>
</div>
<div class="textsizer-desc"><?php echo JText::_('TEXT_SIZE'); ?></div>
</div>
<?php endif; ?>
Time to create page: 0.060 seconds