Skip to content

Commit

Permalink
Update footer.php
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
farlistener authored Dec 29, 2016
1 parent 67e8019 commit 3fc56df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
<script src="assets/js/window.js"></script>
<script src="assets/js/editor.js"></script>
<script src="assets/js/search.js"></script>
-->
-->
<!--
<script src="assets/js/pagination.js"></script>
-->
-->
<!-- <?php echo "js/perpage/" . $page . ".js"; ?> -->
<?php
if (is_file("assets/js/perpage/" . $page . ".js")) {
echo "<script src=\"assets/js/perpage/" . $page . ".js\"></script>\n";
}
?>
?>

0 comments on commit 3fc56df

Please sign in to comment.