Ejemplo n.º 1
0
<?php

$helper = $this->get('helper');
application::addToSection("/asdf/asdf.css", "FOOTER", "CSS");
?>
		<div class="pageheader">
            <form action="index.php?act=tickets.showAll" method="post" class="searchbar">
                <input type="text" name="term" placeholder="To search type and hit enter..." />
            </form>
            
            <div class="pageicon"><span class="<?php 
echo $this->getModulePicture();
?>
"></span></div>
            <div class="pagetitle">
                <h5><?php 
echo $language->lang_echo('TILES');
?>
</h5>
                <h1><?php 
echo $language->lang_echo('DASHBOARD');
?>
</h1>
            </div>
        </div><!--pageheader-->
        
        <div class="maincontent">
            <div class="maincontentinner">

				<?php 
echo $this->displayNotification();