From 5bc7b36708d272081ffd2df5658ddf12275447dd Mon Sep 17 00:00:00 2001 From: Veit Olschinski Date: Mon, 5 Apr 2010 10:29:41 +0000 Subject: --- themes/colors/header.php | 152 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 themes/colors/header.php (limited to 'themes/colors/header.php') diff --git a/themes/colors/header.php b/themes/colors/header.php new file mode 100644 index 0000000000..eab6d4efb0 --- /dev/null +++ b/themes/colors/header.php @@ -0,0 +1,152 @@ +', + '', + '', + '', htmlspecialchars($GEDCOM_TITLE), '', + ''; + +if ($ENABLE_RSS && !$REQUIRE_AUTHENTICATION) { + echo ''; +} + +if ($use_alternate_styles && $BROWSERTYPE != "other") { ?> + +', + ''; + } else { + echo + '', + ''; + } +} + +echo + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + ''; + + +echo + $javascript, $head, + '', + '', + ''; +?> + + + + + + +', + ''; + +if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?> + +'; +flush(); // Allow the browser to start fetching external stylesheets, javascript, etc. +?> + + + + + + + + + -- cgit v1.3