| [ 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 $state = &$this->get('State'); 4 $message1 = $state->get('message'); 5 $message2 = $state->get('extension.message'); 6 ?> 7 <table class="adminform"> 8 <tbody> 9 <?php if($message1) : ?> 10 <tr> 11 <th><?php echo JText::_($message1) ?></th> 12 </tr> 13 <?php endif; ?> 14 <?php if($message2) : ?> 15 <tr> 16 <td><?php echo $message2; ?></td> 17 </tr> 18 <?php endif; ?> 19 </tbody> 20 </table>
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 |