| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined( '_JEXEC' ) or die( 'Restricted access' ); ?> 3 <fieldset class="adminform"> 4 <legend><?php echo JText::_( 'SEO Settings' ); ?></legend> 5 <table class="admintable" cellspacing="1"> 6 7 <tbody> 8 <tr> 9 <td width="185" class="key"> 10 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Search Engine Friendly URLs' ); ?>::<?php echo JText::_('Search Engine Optimization Settings'); ?>"> 11 <?php echo JText::_( 'Search Engine Friendly URLs' ); ?> 12 </span> 13 </td> 14 <td> 15 <?php echo $lists['sef']; ?> 16 </td> 17 </tr> 18 <tr> 19 <td width="185" class="key"> 20 <span class="editlinktip hasTip" title="<?php echo JText::_( 'Use mod_rewrite' ); ?>::<?php echo JText::_('TIPUSEMODREWRITE'); ?>"> 21 <?php echo JText::_( 'Use mod_rewrite' ); ?> 22 </span> 23 </td> 24 <td> 25 <?php echo $lists['sef_rewrite']; ?> 26 <span class="error hasTip" title="<?php echo JText::_( 'Warning' );?>::<?php echo JText::_( 'WARNAPACHEONLY' ); ?>"> 27 <?php echo ConfigApplicationView::WarningIcon(); ?> 28 </span> 29 </td> 30 </tr> 31 <tr> 32 <td width="185" class="key"> 33 <span class="editlinktip hasTip" title="<?php echo JText::_( 'URL Suffix' ); ?>::<?php echo JText::_('TIPURLSUFFIX'); ?>"> 34 <?php echo JText::_( 'Add suffix to URLs' ); ?> 35 </span> 36 </td> 37 <td> 38 <?php echo $lists['sef_suffix']; ?> 39 </td> 40 </tr> 41 </tbody> 42 </table> 43 </fieldset>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |