Skip to content

Commit

Permalink
Merge pull request gajus#31 from lastmirage/patch-1
Browse files Browse the repository at this point in the history
Update frontend.layout.tpl.php
  • Loading branch information
staabm committed Jul 3, 2014
2 parents a8e8f7f + d17376f commit 3859c55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xhprof/templates/frontend.layout.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel="stylesheet" href="<?=$config['url_static']?>css/frontend.css">
<link rel="stylesheet" href="<?=$config['url_static']?>css/font-awesome.min.css">
<link rel="stylesheet" href="<?=$config['url_static']?>css/jquery-ui.custom.min.css">
Expand All @@ -15,7 +17,7 @@
<script type="text/javascript" src="<?=$config['url_static']?>js/jquery.ay-table-sort.js"></script>
<script type="text/javascript" src="<?=$config['url_static']?>js/jquery.ay-table-sticky.js"></script>

<script type="text/javascript" src="<?=$config['url_static']?>js/d3.v2.js"></script>
<script type="text/javascript" src="<?=$config['url_static']?>js/d3.v2.js" charset="UTF-8"></script>
<script type="text/javascript" src="<?=$config['url_static']?>js/crossfilter.v1.js"></script>
<script type="text/javascript" src="<?=$config['url_static']?>js/d3.crossfilter.ay-histogram.js"></script>
<script type="text/javascript" src="<?=$config['url_static']?>js/d3.ay-pie-chart.js"></script>
Expand Down

0 comments on commit 3859c55

Please sign in to comment.