Skip to content

Commit

Permalink
Merge pull request #6 from lekkerduidelijk/patch-2
Browse files Browse the repository at this point in the history
Don't use short tags. Another attempt...
  • Loading branch information
justinmarsan committed May 22, 2012
2 parents 733a0a7 + 7e3da36 commit 2f12875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/common/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link href="<?php echo $link['href']; ?>" rel="<?php echo $link['rel']; ?>" />
<?php } ?>

<link rel="stylesheet" type="text/css" href="<?=TEMPLATE_FOLDER?>/stylesheet/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_FOLDER; ?>/stylesheet/stylesheet.css" />
<?php foreach ($styles as $style) { ?>
<link rel="<?php echo $style['rel']; ?>" type="text/css" href="<?php echo $style['href']; ?>" media="<?php echo $style['media']; ?>" />
<?php } ?>
Expand Down

0 comments on commit 2f12875

Please sign in to comment.