Changeset - 381ab0f782e4
[Not reviewed]
default
0 2 0
ethanzonca@localhost.localdomain - 16 years ago 2009-01-30 15:30:45
ethanzonca@localhost.localdomain
header kill
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
templates/rhuk_milkyway/css/red_bg.css
Show inline comments
 
/* red */
 
#page_bg {
 
	background: #333333;
 
}
 

	
 
div#wrapper {
 
		background: #f7f7f7 url(../images/red/mw_shadow_l.png) 0 0 repeat-y;
 
}
 

	
 
div#wrapper_r {
 
	background: url(../images/red/mw_shadow_r.png) 100% 0 repeat-y;
 
}
 

	
 
div#header {
 
	background: url(../images/red/mw_header_t.png) 0 0 repeat-x;
 
}
 

	
 
div#header_l {
 
	background: url(../images/red/mw_header_t_l.png) 0 0 no-repeat;
 
/*	background: url(../images/red/mw_header_t_l.png) 0 0 no-repeat; */
 
	padding-left: 100px;
 

	
 
}
 

	
 
div#header_r {
 
	background: url(../images/red/mw_header_t_r.png) 100% 0 no-repeat;
 
/*	background: url(../images/red/mw_header_t_r.png) 100% 0 no-repeat; */
 
	padding-right:100px;
 
}
 

	
 
div#footer {
 
	background: #f7f7f7 url(../images/red/mw_footer_b.png) 0 100% repeat-x;
 
}
 

	
 
div#footer_l {
 
	background: url(../images/red/mw_footer_b_l.png) 0 0 no-repeat;
 
}
 

	
 
div#footer_r {
 
	background: url(../images/red/mw_footer_b_r.png) 100% 0 no-repeat;
 
}
templates/rhuk_milkyway/index.php
Show inline comments
 
<?php
 
/**
 
 * @copyright	Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 
 * @license		GNU/GPL, see LICENSE.php
 
 * Joomla! is free software. This version may have been modified pursuant
 
 * to the GNU General Public License, and as distributed it includes or
 
 * is derivative of works licensed under the GNU General Public License or
 
 * other free or open source software licenses.
 
 * See COPYRIGHT.php for copyright notices and details.
 
 */
 

	
 
// no direct access
 
/* defined( '_JEXEC' ) or */ die( 'ugh give me a few it died' );
 
defined( '_JEXEC' ) or die( 'Restricted Access' );
 
?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
 
<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">
0 comments (0 inline, 0 general)