%PDF- %PDF-
Direktori : /var/www/html/bbw/farmaci/kritik-portale/module/Application/view/layout/ |
Current File : /var/www/html/bbw/farmaci/kritik-portale/module/Application/view/layout/layout.phtml |
<?php echo $this->doctype(); ?> <html lang="en"> <head> <meta charset="utf-8"> <?php echo $this->headTitle($this->translate('marketingURL'), 'SET');?> <?php echo $this->headMeta() ->appendName('viewport', 'width=device-width, initial-scale=1.0') ->appendHttpEquiv('X-UA-Compatible', 'IE=edge') ?> <!-- Le styles --> <?php echo $this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/images/favicon.ico')) ->prependStylesheet($this->basePath() . '/css/style.css') ->prependStylesheet($this->basePath() . '/css/bootstrap-theme.min.css') ->prependStylesheet($this->basePath() . '/css/bootstrap.min.css') ?> <!-- Scripts --> <?php echo $this->headScript() ->prependFile($this->basePath() . '/js/bootstrap.min.js') ->prependFile($this->basePath() . '/js/jquery.min.js') ->prependFile($this->basePath() . '/js/respond.min.js', 'text/javascript', array('conditional' => 'lt IE 9',)) ->prependFile($this->basePath() . '/js/html5shiv.js', 'text/javascript', array('conditional' => 'lt IE 9',)) ; ?> </head> <body> <a href="<?php echo $this->url('home') ?>"><img id='loginLogo' class="center-block" src="<?php echo $this->basePath('images/logo.svg') ?>" alt="<?= $this->translate('marketingURL'); ?>"/> </a> <!-- <nav class="navbar navbar-inverse" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="<?php //echo $this->url('home') ?>"><img src="<?php //echo $this->basePath('images/logo.png') ?>" alt="apotheken-kritik.de"/> </a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="<?php //echo $this->url('home') ?>"><?php //echo $this->translate('Home') ?></a></li> </ul> </div>/.nav-collapse </div> </nav>--> <div class="container"> <?php echo $this->content; ?> <hr> <footer> </footer> </div> <!-- /container --> <?php echo $this->inlineScript() ?> </body> </html>