Add Smartphone class

This commit is contained in:
Regis Houssin 2010-09-22 09:48:13 +00:00
parent e0933889af
commit 8b67430b24
3 changed files with 6 additions and 7 deletions

View File

@ -109,6 +109,6 @@ $smartphone->smartheader($title);
</script> </script>
<?php } ?> <?php } ?>
<?php $smartphone->smartfooter(); ?> <!-- END LOGIN SMARTPHONE TEMPLATE -->
<!-- END LOGIN SMARTPHONE TEMPLATE --> <?php $smartphone->smartfooter(); ?>

View File

@ -26,7 +26,6 @@ $this->smartheader($this->title);
<div id="title"><?php echo $this->title; ?></div> <div id="title"><?php echo $this->title; ?></div>
</div> </div>
<!-- END MENU SMARTPHONE TEMPLATE -->
<?php $this->smartfooter(); ?> <?php $this->smartfooter(); ?>
<!-- END MENU SMARTPHONE TEMPLATE -->

View File

@ -95,6 +95,6 @@ $smartphone->smartheader($title);
</script> </script>
<?php } ?> <?php } ?>
<?php $smartphone->smartfooter(); ?> <!-- END SMARTPHONE TEMPLATE -->
<!-- END SMARTPHONE TEMPLATE --> <?php $smartphone->smartfooter(); ?>