Skip to content

Commit

Permalink
FCMS 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhowdy committed May 3, 2014
1 parent 8688d26 commit a303b30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta name="author" content="Ryan Haudenschilt" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="<?php echo $TMPL['path']; ?>ui/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="<?php echo $TMPL['path']; ?>ui/themes/default/css/style.css?version=340"/>
<link rel="stylesheet" type="text/css" href="<?php echo $TMPL['path']; ?>ui/themes/default/css/style.css?version=341"/>
<link rel="stylesheet" type="text/css" media="only screen and (max-width: 480px)" href="<?php echo $TMPL["path"]; ?>ui/themes/default/css/mobile.css"/>
<script type="text/javascript" src="<?php echo $TMPL['path']; ?>ui/js/prototype.js"></script>
<script type="text/javascript" src="<?php echo $TMPL['path']; ?>ui/js/fcms.js?version=340"></script>
<script type="text/javascript" src="<?php echo $TMPL['path']; ?>ui/js/fcms.js?version=341"></script>
<?php if (isset($TMPL['javascript'])) { echo $TMPL['javascript']; } ?>
</head>
<body id="top">
Expand Down

0 comments on commit a303b30

Please sign in to comment.