Skip to content
Snippets Groups Projects
Commit 8b67430b authored by Regis Houssin's avatar Regis Houssin
Browse files

Add Smartphone class

parent e0933889
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,6 @@ $smartphone->smartheader($title);
</script>
<?php } ?>
<?php $smartphone->smartfooter(); ?>
<!-- END LOGIN SMARTPHONE TEMPLATE -->
<?php $smartphone->smartfooter(); ?>
\ No newline at end of file
......@@ -26,7 +26,6 @@ $this->smartheader($this->title);
<div id="title"><?php echo $this->title; ?></div>
</div>
<!-- END MENU SMARTPHONE TEMPLATE -->
<?php $this->smartfooter(); ?>
\ No newline at end of file
<!-- END MENU SMARTPHONE TEMPLATE -->
\ No newline at end of file
......@@ -95,6 +95,6 @@ $smartphone->smartheader($title);
</script>
<?php } ?>
<?php $smartphone->smartfooter(); ?>
<!-- END SMARTPHONE TEMPLATE -->
<?php $smartphone->smartfooter(); ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment