| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. 4 * @license GNU/GPL, see LICENSE.php 5 * Joomla! is free software. This version may have been modified pursuant 6 * to the GNU General Public License, and as distributed it includes or 7 * is derivative of works licensed under the GNU General Public License or 8 * other free or open source software licenses. 9 * See COPYRIGHT.php for copyright notices and details. 10 */ 11 12 // no direct access 13 defined( '_JEXEC' ) or die( 'Restricted access' ); 14 ?> 15 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > 17 <head> 18 <jdoc:include type="head" /> 19 20 <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> 21 <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" /> 22 <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" /> 23 <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" /> 24 <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" /> 25 <!--[if lte IE 6]> 26 <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" /> 27 <![endif]--> 28 <?php if($this->direction == 'rtl') : ?> 29 <link href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" rel="stylesheet" type="text/css" /> 30 <?php endif; ?> 31 32 </head> 33 <body id="page_bg" class="color_<?php echo $this->params->get('colorVariation'); ?> bg_<?php echo $this->params->get('backgroundVariation'); ?> width_<?php echo $this->params->get('widthStyle'); ?>"> 34 <a name="up" id="up"></a> 35 <div class="center" align="center"> 36 <div id="wrapper"> 37 <div id="wrapper_r"> 38 <div id="header"> 39 <div id="header_l"> 40 <div id="header_r"> 41 <div id="logo"></div> 42 <jdoc:include type="modules" name="top" /> 43 </div> 44 </div> 45 </div> 46 47 <div id="tabarea"> 48 <div id="tabarea_l"> 49 <div id="tabarea_r"> 50 <div id="tabmenu"> 51 <table cellpadding="0" cellspacing="0" class="pill"> 52 <tr> 53 <td class="pill_l"> </td> 54 <td class="pill_m"> 55 <div id="pillmenu"> 56 <jdoc:include type="modules" name="user3" /> 57 </div> 58 </td> 59 <td class="pill_r"> </td> 60 </tr> 61 </table> 62 </div> 63 </div> 64 </div> 65 </div> 66 67 <div id="search"> 68 <jdoc:include type="modules" name="user4" /> 69 </div> 70 71 <div id="pathway"> 72 <jdoc:include type="modules" name="breadcrumb" /> 73 </div> 74 75 <div class="clr"></div> 76 77 <div id="whitebox"> 78 <div id="whitebox_t"> 79 <div id="whitebox_tl"> 80 <div id="whitebox_tr"></div> 81 </div> 82 </div> 83 84 <div id="whitebox_m"> 85 <div id="area"> 86 <jdoc:include type="message" /> 87 88 <div id="leftcolumn"> 89 <?php if($this->countModules('left')) : ?> 90 <jdoc:include type="modules" name="left" style="rounded" /> 91 <?php endif; ?> 92 </div> 93 94 <?php if($this->countModules('left')) : ?> 95 <div id="maincolumn"> 96 <?php else: ?> 97 <div id="maincolumn_full"> 98 <?php endif; ?> 99 <?php if($this->countModules('user1 or user2')) : ?> 100 <table class="nopad user1user2"> 101 <tr valign="top"> 102 <?php if($this->countModules('user1')) : ?> 103 <td> 104 <jdoc:include type="modules" name="user1" style="xhtml" /> 105 </td> 106 <?php endif; ?> 107 <?php if($this->countModules('user1 and user2')) : ?> 108 <td class="greyline"> </td> 109 <?php endif; ?> 110 <?php if($this->countModules('user2')) : ?> 111 <td> 112 <jdoc:include type="modules" name="user2" style="xhtml" /> 113 </td> 114 <?php endif; ?> 115 </tr> 116 </table> 117 118 <div id="maindivider"></div> 119 <?php endif; ?> 120 121 <table class="nopad"> 122 <tr valign="top"> 123 <td> 124 <jdoc:include type="component" /> 125 <jdoc:include type="modules" name="footer" style="xhtml"/> 126 </td> 127 <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> 128 <td class="greyline"> </td> 129 <td width="170"> 130 <jdoc:include type="modules" name="right" style="xhtml"/> 131 </td> 132 <?php endif; ?> 133 </tr> 134 </table> 135 136 </div> 137 <div class="clr"></div> 138 </div> 139 <div class="clr"></div> 140 </div> 141 142 <div id="whitebox_b"> 143 <div id="whitebox_bl"> 144 <div id="whitebox_br"></div> 145 </div> 146 </div> 147 </div> 148 149 <div id="footerspacer"></div> 150 </div> 151 152 <div id="footer"> 153 <div id="footer_l"> 154 <div id="footer_r"> 155 <p id="syndicate"> 156 <jdoc:include type="modules" name="syndicate" /> 157 </p> 158 <p id="power_by"> 159 <?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>. 160 <?php echo JText::_('Valid') ?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>. 161 </p> 162 </div> 163 </div> 164 </div> 165 </div> 166 </div> 167 <jdoc:include type="modules" name="debug" /> 168 169 </body> 170 </html>
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 |