Skip to content

Commit

Permalink
#22 Do we really need template.css anymore?
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy T. Hall committed Dec 2, 2014
1 parent b9d6c83 commit ff13c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion joostrapUniverse-v3-4a/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<?php endif; ?>
<link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/animate.css'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/template.css'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo getDebugAssetUrl($tplUrl . '/css/j-backbone.css'); ?>" type="text/css" media="screen" />
<?php if (@filesize('templates/' . $this->template . '/css/style' . $color_style . '.css') > 50): ?>
<link rel="stylesheet" href="<?php echo $tplUrl . '/css/style' . $color_style . '.css'; ?>" type="text/css" media="screen" />
Expand Down

0 comments on commit ff13c97

Please sign in to comment.