From 4dde3156d50964fd23f5d332e9b8c40c1955ce62 Mon Sep 17 00:00:00 2001 From: Rob Peters Date: Sat, 19 Jun 2010 12:02:57 +0000 Subject: Rename Cloudy2 to Clouds --- themes/clouds/header.php | 148 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 themes/clouds/header.php (limited to 'themes/clouds/header.php') diff --git a/themes/clouds/header.php b/themes/clouds/header.php new file mode 100644 index 0000000000..cb4009c2b2 --- /dev/null +++ b/themes/clouds/header.php @@ -0,0 +1,148 @@ +', + '', + '', + '', htmlspecialchars($GEDCOM_TITLE), '', + ''; + +if ($ENABLE_RSS && !$REQUIRE_AUTHENTICATION) { + echo ''; +} + +if (WT_USE_LIGHTBOX) { + if ($TEXT_DIRECTION=='rtl') { + echo + '', + ''; + } else { + echo + '', + ''; + } +} + +echo + '', + '', + ''; + + +echo + $javascript, $head, + '', + '', + '', + '', + ''; +?> + + + + + + +', + ''; + +if ($use_alternate_styles && $BROWSERTYPE != "other") { ?> + + + +'; +flush(); // Allow the browser to start fetching external stylesheets, javascript, etc. +?> + + + + + +
+ + + + + + -- cgit v1.3