~quam-plures-core/quam-plures/multiple_user_adsense

« back to all changes in this revision

Viewing changes to qp_templates/_html_header.inc.php

  • Committer: EdB
  • Date: 2013-02-25 05:03:58 UTC
  • mfrom: (7618.1.37 quam-plures)
  • Revision ID: 1912webworks@gmail.com-20130225050358-v7ogz34ydcvohkq6
updating to current core

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
if( !defined('QP_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
18
18
 
 
19
global $rsc_url;
19
20
global $srvc_url;
20
21
 
21
22
add_js_for_toolbar(); // registers javascripts for the navbar
49
50
?>
50
51
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<?php echo $srvc_url; ?>rsd.php?blog=<?php echo $Blog->ID; ?>" />
51
52
<meta name="viewport" content="width = 750" />
 
53
<link rel="stylesheet" type="text/css" href="<?php echo $rsc_url; ?>css/basic.css" media="screen" />
 
54
<link rel="stylesheet" type="text/css" href="<?php echo $rsc_url; ?>css/blog_base.css" media="screen" />
 
55
<link rel="stylesheet" type="text/css" href="<?php echo $rsc_url; ?>css/item_base.css" media="screen" />
52
56
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
53
57
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
54
58
<?php