diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-29 15:46:26 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-29 15:46:26 -0500 |
commit | 4bc1e32a79c0928a079113c51f9cf9fcaf525a63 (patch) | |
tree | 00312c30100c6947859324c39d80b7fcafaf92f1 /modules/rudi/header.php | |
parent | ad6ba256efd1a65fb1bb3951ae6b17b1593205b7 (diff) | |
download | bayonetcms-4bc1e32a79c0928a079113c51f9cf9fcaf525a63.tar.gz |
(OC) I cut down the calendar queries to just one which seems to work out a lot better.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@409 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'modules/rudi/header.php')
-rw-r--r-- | modules/rudi/header.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/rudi/header.php b/modules/rudi/header.php new file mode 100644 index 0000000..47c5ffa --- /dev/null +++ b/modules/rudi/header.php @@ -0,0 +1,6 @@ +<html> +<head> +<title>RUDI</title> +<!-- <link rel="stylesheet" type="text/css" href="includes/rudi.css" /> --> +</head> +<body> |