Begin the templating
This commit is contained in:
parent
8fc7479a33
commit
0cf1383db0
3 changed files with 19 additions and 13 deletions
|
@ -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 (); ?>");
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue