This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{extends file="parent:frontend/advanced_menu/index.tpl"} | |
{block name="frontend_plugins_advanced_menu_button_category"}{/block} | |
{block name="frontend_plugins_advanced_menu_button_close"}{/block} | |
{block name="frontend_plugins_advanced_menu"} | |
{function name="emz_categories_top" level=0} | |
{$columnIndex = 0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="head_sender"> | |
{block name="document_index_address"} | |
{block name="document_index_address_sender"} | |
<p class="sender">{$Containers.Header_Sender.value}</p> | |
{/block} | |
{block name="document_index_address_base"} | |
{$User.$address.company}<br /> | |
{$User.$address.salutation|salutation} | |
{if {config name="displayprofiletitle"}} | |
{$User.$address.title}<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{extends file="parent:documents/index.tpl"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{extends file="parent:documents/index.tpl"} | |
{block name="document_index_address"} | |
{$smarty.block.parent} | |
<p>Lieferadresse hier rein</p> | |
{/block} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{extends file="parent:documents/index.tpl"} | |
{block name="document_index_address"} | |
{$smarty.block.parent} | |
{assign var="shippingAddress" value="shipping"} | |
<br /> | |
{$User.$shippingAddress.company}<br /> | |
{$User.$shippingAddress.salutation|salutation} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Shopware\Themes\DEINTHEME; | |
use Shopware\Components\Form as Form; | |
class Theme extends \Shopware\Components\Theme | |
{ | |
protected $extend = 'Responsive'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
which php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
which mysql |
OlderNewer