~tempo-openerp/+junk/osclass-axima

« back to all changes in this revision

Viewing changes to oc-content/themes/france/head.php

  • Committer: vg at tempo-consulting
  • Date: 2013-08-20 07:59:29 UTC
  • Revision ID: vg@tempo-consulting.fr-20130820075929-m57t59qytwvctmuu
osclass axima site annonces

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
    /*
 
3
     *      OSCLass – software for creating and publishing online classified
 
4
     *                           advertising platforms
 
5
     *
 
6
     *                        Copyright (C) 2010 OSCLASS
 
7
     *
 
8
     *       This program is free software: you can redistribute it and/or
 
9
     *     modify it under the terms of the GNU Affero General Public License
 
10
     *     as published by the Free Software Foundation, either version 3 of
 
11
     *            the License, or (at your option) any later version.
 
12
     *
 
13
     *     This program is distributed in the hope that it will be useful, but
 
14
     *         WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
     *        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
     *             GNU Affero General Public License for more details.
 
17
     *
 
18
     *      You should have received a copy of the GNU Affero General Public
 
19
     * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
     */
 
21
?>
 
22
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 
23
 
 
24
<title><?php echo meta_title() ; ?></title>
 
25
<meta name="title" content="<?php echo osc_esc_html(meta_title()); ?>" />
 
26
<?php if( meta_description() != '' ) { ?>
 
27
<meta name="description" content="<?php echo osc_esc_html(meta_description()); ?>" />
 
28
<?php } ?>
 
29
<?php if( function_exists('meta_keywords') ) { ?>
 
30
<?php if( meta_keywords() != '' ) { ?>
 
31
<meta name="keywords" content="<?php echo osc_esc_html(meta_keywords()); ?>" />
 
32
<?php } ?>
 
33
<?php } ?>
 
34
<?php if( osc_get_canonical() != '' ) { ?>
 
35
<link rel="canonical" href="<?php echo osc_get_canonical(); ?>"/>
 
36
<?php } ?>
 
37
<meta http-equiv="Cache-Control" content="no-cache" />
 
38
<meta http-equiv="Expires" content="Fri, Jan 01 1970 00:00:00 GMT" />
 
39
 
 
40
<link href="<?php echo osc_current_web_theme_url('style.css') ; ?>" rel="stylesheet" type="text/css" />
 
41
<link href="<?php echo osc_current_web_theme_url('tabs.css') ; ?>" rel="stylesheet" type="text/css" />
 
42
 
 
43
<script type="text/javascript">
 
44
    var fileDefaultText = '<?php echo osc_esc_js( __('No file selected', 'france') ) ; ?>';
 
45
    var fileBtnText     = '<?php echo osc_esc_js( __('Choose File', 'france') ) ; ?>';
 
46
</script>
 
47
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('jquery.js') ; ?>"></script>
 
48
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('jquery-ui.js') ; ?>"></script>
 
49
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('jquery.uniform.js') ; ?>"></script>
 
50
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('tabber-minimized.js') ; ?>"></script>
 
51
<script type="text/javascript" src="<?php echo osc_current_web_theme_js_url('global.js') ; ?>"></script>
 
52
 
 
53
<?php osc_run_hook('header') ; ?>
 
 
b'\\ No newline at end of file'