aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Desktop/header.php')
-rw-r--r--h-source/Application/Views/Desktop/header.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/h-source/Application/Views/Desktop/header.php b/h-source/Application/Views/Desktop/header.php
index 5532691..d153840 100644
--- a/h-source/Application/Views/Desktop/header.php
+++ b/h-source/Application/Views/Desktop/header.php
@@ -55,7 +55,7 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
<!-- jQuery ui -->
<link rel="stylesheet" href="<?php echo $this->baseUrl;?>/Public/Js/jquery/ui/css/excite-bike/jquery-ui-1.8.14.custom.css" rel="stylesheet" />
<script type="text/javascript" src="<?php echo $this->baseUrl;?>/Public/Js/jquery/ui/js/jquery-ui-1.8.21.custom.js"></script>
-
+
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@@ -85,7 +85,7 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
</script>
<script type="text/javascript">
-
+
var base_url = "<?php echo $this->baseUrl;?>";
var curr_lang = "<?php echo $lang;?>";
var csrf_token = "<?php echo $token;?>";
@@ -95,7 +95,7 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
animateTabs(curr_lang);
});
-
+
</script>
</head>
@@ -104,7 +104,8 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
<div id="external_header">
<div id="header">
- <img src="<?php echo $this->baseUrl;?>/Public/Img/title.png">
+ <img style="float:left;" src="<?php echo $this->baseUrl;?>/Public/Img/title.png">
+ <a href="http://www.fsf.org"><img style="float:right;" src="<?php echo $this->baseUrl;?>/Public/Img/fsf_logo.png"></a>
</div>
</div>