Skip to content

Commit

Permalink
Fixing CSS file link, thanks to @eyesofjeremy for the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Shea committed Dec 12, 2013
1 parent 23eac56 commit 901abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<h3 class="resources"><?php echo $sidebar["design-resources-h3"]; ?></h3>
<ul>
<li class="view-css">
<a href="<?php echo "/$currentDesign/$currentDesign" ?>" title="<?php echo $sidebar["view-css-title"]; ?>">
<a href="<?php echo "$currentStyleSheet" ?>" title="<?php echo $sidebar["view-css-title"]; ?>">
<?php echo $sidebar["view-css-text"]; ?>
</a>
</li>
Expand Down

0 comments on commit 901abfd

Please sign in to comment.