Skip to content

Commit

Permalink
Tags v1.3 (from stable-1.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Boggs committed Dec 20, 2010
2 parents f506a39 + 373439e commit 9da23b2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions application/views/scripts/common/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@

<?php echo auto_discovery_link_tag(); ?>

<!-- Plugin Stuff -->
<?php plugin_header(); ?>

<!-- Stylesheets -->
<link rel="stylesheet" media="all" href="<?php echo html_escape(css('style')); ?>">

<?php
queue_css('style');
display_css();
?>

<!-- JavaScripts -->
<?php echo js('default'); ?>

<!-- Plugin Stuff -->
<?php echo plugin_header(); ?>
<?php display_js(); ?>

</head>
<body<?php echo isset($bodyid) ? ' id="'.$bodyid.'"' : ''; ?><?php echo isset($bodyclass) ? ' class="'.$bodyclass.'"' : ''; ?>>
Expand Down

0 comments on commit 9da23b2

Please sign in to comment.