1 line
76 B
PHP
1 line
76 B
PHP
<?php $smarty->display($ajax ? 'webpage_ajax.html' : 'webpage_show.html') ?>
|
<?php $smarty->display($ajax ? 'webpage_ajax.html' : 'webpage_show.html') ?>
|