diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-04-17 20:13:07 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-04-17 20:13:07 -0400 |
commit | 0077cb99704fe863cf731fc5cab792af2ede96c2 (patch) | |
tree | dd68f44971aa2aee821f588d33b250dcd2fe57e3 /modules/rudi/header.php | |
parent | e8b28c5e910d92cbec3d4baa6e98f025e8418d28 (diff) | |
download | bayonetcms-0077cb99704fe863cf731fc5cab792af2ede96c2.tar.gz |
Backporting retarded amount of changes outside of version control
Diffstat (limited to 'modules/rudi/header.php')
-rw-r--r-- | modules/rudi/header.php | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/modules/rudi/header.php b/modules/rudi/header.php index 47c5ffa..7ea6723 100644 --- a/modules/rudi/header.php +++ b/modules/rudi/header.php @@ -1,6 +1,10 @@ -<html> -<head> -<title>RUDI</title> -<!-- <link rel="stylesheet" type="text/css" href="includes/rudi.css" /> --> -</head> -<body> +<?php OpenContent(); ?> +<div class="content" style="text-align:center"> + <div class="inline" style="margin:0px 20px 0px 20px;"><?php echo LinkModule('rudi',NULL,'Roster'); ?></div> + <div class="inline" style="margin:0px 20px 0px 20px;"><?php echo LinkModule('rudi','&show=awards','Awards & Medals'); ?></div> + <div class="inline" style="margin:0px 20px 0px 20px;"><?php echo LinkModule('rudi','&show=weapons','Weapons'); ?></div> + <div class="inline" style="margin:0px 20px 0px 20px;"><?php echo LinkModule('rudi','&show=ranks','Ranks'); ?></div> + <div class="clear"></div> +</div> +<?php CloseContent(); ?> +<br />
\ No newline at end of file |