Skip to content

Commit

Permalink
replace footer.inc with footer_minified content
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Mar 20, 2016
1 parent c66c953 commit aa1732d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions footer.inc
@@ -1,7 +1,7 @@
</div>
</div> <!-- end #content -->

<div id="right-bar" class="grid_4 four columns">
<div id="right-bar" class="col-md-3">
<?php echo $firstInstallButton?>
<div id="context-menu" class="menutableright block">
<h3>Navigation</h3>
Expand All @@ -23,16 +23,15 @@

<div id="footer">
<div class="container">
<a target="_blank" href="http://phplist.com">&copy; phpList ltd.</a> - v<?php echo VERSION?>
<a target="_blank" href="https://phplist.com">&copy; phpList ltd.</a> - v<?php echo VERSION?>
<div class="right">
<a target="_blank" href="http://resources.phplist.com">Resources</a>&nbsp; |
<a target="_blank" href="http://www.twitter.com/phplist"><img src="ui/bootlist/images/twitter.png" alt="phpList twitter" /></a>
<a target="_blank" href="https://resources.phplist.com">Resources</a>&nbsp; |
<a target="_blank" href="http://twitter.com/phplist"><img src="ui/bootlist/images/twitter.png" alt="phpList twitter" /></a>
</div>
</div>
</div>
<script type="text/javascript" src="ui/bootlist/js/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="ui/bootlist/js/phplist.js?v=<?php echo filemtime(dirname(__FILE__).'/js/phplist.js'); ?>"></script>
<script type="text/javascript" src="ui/bootlist/js/phpList3ToBootstrap.js"></script>
<script type="text/javascript" src="ui/bootlist/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="ui/bootlist/js/jquery.tablednd.js"></script>

<script type="text/javascript" src="ui/bootlist/js/jquery.tablednd.js"></script>

0 comments on commit aa1732d

Please sign in to comment.