Dieser Commit ist enthalten in:
Ursprung
2b21070b1a
Commit
f7a7c71f86
1583 geänderte Dateien mit 454759 neuen und 0 gelöschten Zeilen
19
application/views/mobile/scripts/partials/header.phtml
Normale Datei
19
application/views/mobile/scripts/partials/header.phtml
Normale Datei
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
$t = Msd_Language::getInstance()->getTranslator();
|
||||
?>
|
||||
<div data-role="header" data-position="inline">
|
||||
<?php if(isset($this->lastPage)): ?>
|
||||
<?php $lastPage = $this->lastPage;?>
|
||||
<?php if($lastPage['url'] != 'back'): ?>
|
||||
<a href="<?php echo $lastPage['url'];?>" data-ajax="false" data-icon="back">
|
||||
<?php else: ?>
|
||||
<a href="#" data-rel="back" data-icon="back">
|
||||
<?php endif; ?>
|
||||
<?php echo $t->_($lastPage['title']);?></a>
|
||||
<?php endif; ?>
|
||||
<h1><?php echo $t->_($this->title); ?></h1>
|
||||
<a href="<?php echo $this->absoluteUrl(array(
|
||||
'controller' => 'index',
|
||||
'action' => 'index'
|
||||
)); ?>" data-ajax="false" data-icon="home"><?php echo $t->_('L_HOME'); ?></a>
|
||||
</div>
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren