diff options
Diffstat (limited to 'themes/clouds/header.php')
| -rw-r--r-- | themes/clouds/header.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php index 7dcc08866b..f5da676ab9 100644 --- a/themes/clouds/header.php +++ b/themes/clouds/header.php @@ -69,7 +69,7 @@ echo echo - $javascript, + $javascript, '<script type="text/javascript" src="js/jquery/jquery.min.js"></script>', '<script type="text/javascript" src="js/jquery/jquery-ui.min.js"></script>', '<script type="text/javascript" src="js/jquery/jquery.tablesorter.js"></script>', @@ -83,20 +83,20 @@ echo <?php if ($TEXT_DIRECTION=='rtl') { ?> <link type="text/css" href="<?php echo WT_THEME_DIR?>jquery/jquery-ui_theme_rtl.css" rel="Stylesheet" /> -<?php } +<?php } echo '<link rel="stylesheet" href="', $modules, '" type="text/css" />', '<link rel="stylesheet" href="', $stylesheet, '" type="text/css" media="all" />'; - + if ($BROWSERTYPE!='other') { ?> <link rel="stylesheet" href="<?php echo $THEME_DIR.$BROWSERTYPE; ?>.css" type="text/css" media="all" /> -<?php +<?php } - - -if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?> - <link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" /> + + +if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?> + <link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" /> <?php } echo '</head><body id="body" ', $bodyOnLoad, '>'; ?> @@ -112,7 +112,7 @@ if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?> '<div class="title">'; print_gedcom_title_link(TRUE); -if (empty($SEARCH_SPIDER)) { +if (empty($SEARCH_SPIDER)) { echo '<td valign="middle" align="center">', '<div class="blanco" style="COLOR: #6699ff;" >'; print_user_links(); @@ -126,7 +126,7 @@ if (empty($SEARCH_SPIDER)) { '<input type="hidden" name="action" value="general" />', '<input type="hidden" name="topsearch" value="yes" />', '<input type="text" class="formbut" name="query" size="15" value="', i18n::translate('Search'), '" onfocus="if (this.value==\'', i18n::translate('Search'), '\') this.value=\'\'; focusHandler();" onblur="if (this.value==\'\') this.value=\'', i18n::translate('Search'), '\';" />', - '<input type="image" src="', WT_THEME_DIR, 'images/go.gif', '" align="top" alt="', i18n::translate('Search'), '" title="', i18n::translate('Search'), '" />', + '<input type="image" src="', WT_THEME_DIR, 'images/go.gif', '" align="top" alt="', i18n::translate('Search'), '" title="', i18n::translate('Search'), '" />', '</form>', '</div>'; } @@ -176,7 +176,7 @@ echo '<table id="toplinks">', echo '<td>', $menu->getMenu(), '</td>'; } $menus=MenuBar::getModuleMenus(); - foreach ($menus as $menu) { + foreach ($menus as $menu) { if ($menu) { $menu->addLabel('', 'none'); echo '<td>', $menu->getMenu(), '</td>'; |
