~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to src/php/HelioviewerClient.php

  • Committer: Jeff Stys
  • Date: 2014-12-03 15:34:25 UTC
  • Revision ID: jstys@sesda3.com-20141203153425-o66b5j4hc3ppzduu
Added transparent header.
Added Font Awesome for UI icons, glyphs, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
     */
160
160
    protected function addOpenGraphTags() {
161
161
?>
162
 
    <meta id="fb-og-image" property="og:description" content="Solar and heliospheric image visualization tool." />
163
 
    <meta id="fb-og-image" property="og:image" content="http://helioviewer.org/resources/images/logos/hvlogo1s_transparent.png" />
 
162
    <meta property="og:description" content="Solar and heliospheric image visualization tool." />
 
163
    <meta property="og:image" content="http://helioviewer.org/resources/images/logos/hvlogo1s_transparent.png" />
164
164
<?php
165
165
    }
166
166
 
200
200
     * Loads JavaScript includes
201
201
     */
202
202
    protected function loadJS() {
203
 
        if ($this->config["compress_js"]) {
 
203
    if ($this->config["compress_js"]) {
204
204
?>
205
205
<!-- Library JavaScript -->
206
 
<script src="lib/jquery/jquery-1.7.2.min.js" type="text/javascript"></script>
207
 
<script src="lib/jquery-ui/jquery-ui.1.8.18.min.js" type="text/javascript"></script>
 
206
<script src="http://code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"></script>
 
207
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js" type="text/javascript"></script>
208
208
<script src="lib/jquery.class/jquery.class.min.js" type="text/javascript"></script>
209
209
<script src="lib/jquery.mousewheel.3.0.6/jquery.mousewheel.min.js" type="text/javascript"></script>
210
210
<script src="lib/date.js/date-en-US.js" type="text/javascript"></script>
214
214
        } else {
215
215
?>
216
216
<!-- Library JavaScript -->
217
 
<script src="lib/jquery/jquery-1.7.2.js" type="text/javascript"></script>
218
 
<script src="lib/jquery-ui/jquery-ui.1.8.18.js" type="text/javascript"></script>
 
217
<script src="http://code.jquery.com/jquery-1.7.2.js" type="text/javascript"></script>
 
218
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.js" type="text/javascript"></script>
219
219
<script src="lib/jquery.class/jquery.class.js" type="text/javascript"></script>
220
220
<script src="lib/jquery.mousewheel.3.0.6/jquery.mousewheel.js" type="text/javascript"></script>
221
221
<script src="lib/date.js/date-en-US.js" type="text/javascript"></script>