Add a router to handle fragment identifier
Set up a listener of the router in the scene to update it
Start Backbone.history (eventlistener of the router) when all the project is loaded
Include router.js to all the test file
<footer id="footer">
<div>© <?php echo date("Y"); ?> IRI </div>
</footer>
<script src="static/lib/jquery.js"></script>
<script src="static/lib/foundation/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>