jb-data.de/template/tpl/main.tpl
2025-08-11 22:23:30 +02:00

25 lines
435 B
Smarty

<div id="main" class="container-fluid" style="background-color:#333333"></div>
<!-- ------------------------------------------------------------ -->
{literal}
<script type="text/javascript">
$.ajax({
type : "POST",
url : 'ajax.php?s=main_home&tpl',
cache : false,
dataType : "html",
success : function(data){
$("#main").html(data);
},
});
</script>
{/literal}