Changeset - 856f8caf03b7
[Not reviewed]
default
0 1 0
ethanzonca@localhost.localdomain - 16 years ago 2009-02-08 15:47:23
ethanzonca@localhost.localdomain
mneh
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/index.php
Show inline comments
 
@@ -17,49 +17,49 @@ defined( '_JEXEC' ) or die( 'Restricted 
 
<head>
 
<jdoc:include type="head" />
 

	
 
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
 
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
 
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" />
 
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
 
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" />
 
<!--[if lte IE 6]>
 
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
 
<![endif]-->
 
<?php if($this->direction == 'rtl') : ?>
 
	<link href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" rel="stylesheet" type="text/css" />
 
<?php endif; ?>
 

	
 
</head>
 
<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'); ?>">
 
<a name="up" id="up"></a>
 
<div class="center" align="center">
 
	<div id="wrapper">
 
		<div id="wrapper_r">
 
			<div id="header">
 
				<div id="header_l">
 
					<div id="header_r">
 
						<div style="float:right"><img src="/templates/rhuk_milkyway/images/gmhvs.png"></div>
 
						<div style="float:right"><img src="templates/rhuk_milkyway/images/gmhvs.png"></div>
 
						<div id="logo"></div>
 
						<jdoc:include type="modules" name="top" />
 
					</div>
 
				</div>
 
			</div>
 

	
 
			<div id="tabarea">
 
				<div id="tabarea_l">
 
					<div id="tabarea_r">
 
						<div id="tabmenu">
 
						<table cellpadding="0" cellspacing="0" class="pill">
 
							<tr>
 
								<td class="pill_l">&nbsp;</td>
 
								<td class="pill_m">
 
								<div id="pillmenu">
 
									<jdoc:include type="modules" name="user3" />
 
								</div>
 
								</td>
 
								<td class="pill_r">&nbsp;</td>
 
							</tr>
 
							</table>
 
						</div>
 
					</div>
 
				</div>
0 comments (0 inline, 0 general)