Skip to content

Commit

Permalink
added extra menu options and version number 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
salescoachworld committed Mar 17, 2016
1 parent cc46320 commit 00ab108
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dr);
})();
</script><?php } # end of showing social icons ?>
<script src="//cdn.jsdelivr.net/jquery.sidr/2.2.1/jquery.sidr.min.js"></script>
<?php if ($menu_choice == 1) { ?><script src="//cdn.jsdelivr.net/jquery.sidr/2.2.1/jquery.sidr.min.js"></script>
<script>
$(document).ready(function() {
$('#simple-menu').sidr({side: 'right' });
Expand All @@ -124,6 +124,7 @@
$('ul').flowtype({minFont : 16,maxFont : 18, fontRatio : 30});
<?php } ?>
});
</script>
</script><?php } # end of menu choice ?>
<!-- built with puppyCMS version 2.0 -->
</body>
</html>

0 comments on commit 00ab108

Please sign in to comment.