| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @package Joomla.Administrator 4 * @subpackage com_cache 5 * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. 6 * @license GNU General Public License version 2 or later; see LICENSE.txt 7 */ 8 9 // no direct access 10 defined('_JEXEC') or die; 11 ?> 12 13 <form action="<?php echo JRoute::_('index.php?option=com_cache'); ?>" method="post" name="adminForm" id="adminForm"> 14 <table class="adminlist"> 15 <thead> 16 <tr> 17 <th> 18 <?php echo JText::_('COM_CACHE_PURGE_EXPIRED_ITEMS'); ?> 19 </th> 20 </tr> 21 </thead> 22 <tbody> 23 <tr> 24 <td> 25 <p class="mod-purge-instruct"><?php echo JText::_('COM_CACHE_PURGE_INSTRUCTIONS'); ?></p> 26 <p class="warning"><?php echo JText::_('COM_CACHE_RESOURCE_INTENSIVE_WARNING'); ?></p> 27 </td> 28 </tr> 29 </tbody> 30 </table> 31 32 <div> 33 <input type="hidden" name="task" value="" /> 34 <?php echo JHtml::_('form.token'); ?> 35 </div> 36 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |