New: use jQuery mobile for smartphone menu

This commit is contained in:
Regis Houssin 2010-10-26 15:19:24 +00:00
parent e2ae0c511d
commit 16fd519e67

View File

@ -32,11 +32,7 @@ $this->smartheader();
<div data-role="content">
<?php
ob_start();
$menusmart->showmenu();
ob_end_flush();
?>
<?php $menusmart->showmenu(); ?>
</div><!-- /content -->