Begin the templating

This commit is contained in:
Sébastien Lucas 2014-02-06 21:26:20 +01:00
parent 8fc7479a33
commit 0cf1383db0
3 changed files with 19 additions and 13 deletions

View file

@ -79,7 +79,8 @@
<script type="text/javascript">
$(document).ready(function() {
initiateAjax ("<?php echo "getJSON.php?" . addURLParameter (getQueryString (), "complete", 1); ?>");
initiateAjax ("<?php echo "getJSON.php?" . addURLParameter (getQueryString (), "complete", 1); ?>",
"<?php echo getCurrentTemplate (); ?>");
});