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
 
@@ -13,19 +13,20 @@ div#wrapper_r {
 

	
 
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;
 
}
 

	
templates/rhuk_milkyway/index.php
Show inline comments
 
@@ -7,13 +7,13 @@
 
 * 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" />
 

	
0 comments (0 inline, 0 general)