Add Smartphone class
This commit is contained in:
parent
e0933889af
commit
8b67430b24
@ -109,6 +109,6 @@ $smartphone->smartheader($title);
|
||||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<?php $smartphone->smartfooter(); ?>
|
||||
<!-- END LOGIN SMARTPHONE TEMPLATE -->
|
||||
|
||||
<!-- END LOGIN SMARTPHONE TEMPLATE -->
|
||||
<?php $smartphone->smartfooter(); ?>
|
||||
@ -26,7 +26,6 @@ $this->smartheader($this->title);
|
||||
<div id="title"><?php echo $this->title; ?></div>
|
||||
</div>
|
||||
|
||||
<!-- END MENU SMARTPHONE TEMPLATE -->
|
||||
|
||||
<?php $this->smartfooter(); ?>
|
||||
|
||||
<!-- END MENU SMARTPHONE TEMPLATE -->
|
||||
<?php $this->smartfooter(); ?>
|
||||
@ -95,6 +95,6 @@ $smartphone->smartheader($title);
|
||||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<?php $smartphone->smartfooter(); ?>
|
||||
<!-- END SMARTPHONE TEMPLATE -->
|
||||
|
||||
<!-- END SMARTPHONE TEMPLATE -->
|
||||
<?php $smartphone->smartfooter(); ?>
|
||||
Loading…
Reference in New Issue
Block a user