Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Mobile Theme - OXID-mo4free Bug

$
0
0
Hallo,

ich habe mir heute (OXID-mo4free) Mobile Theme für Shop eingebaut. Funktioniert auch wunderbar.

An 3 stellen habe ich es verbessert aber es fehlt immer noch.
Ich habe nur in deutsch ersetzt. Das Wort Impressum steht als IMPRESUSUM. Siehe Screenshot!

/application/views/mobiletheme/tpl/_footer.tpl

Zeile 25

Code:

                <li><a href="[{ $_cont->getLink() }]">[{ oxmultilang ident="IMPRESUSUM" }]</a></li>
durch

Code:

                <li><a href="[{ $_cont->getLink() }]">[{ oxmultilang ident="IMPRESSUM" }]</a></li>
ersetzen

/application/views/mobiletheme/tpl/impressum.tpl

Zeile 1

Code:

[{assign var="template_title" value="IMPRESUSUM_TITLE"|oxmultilangassign}]
durch

Code:

[{assign var="template_title" value="IMPRESSUM_TITLE"|oxmultilangassign}]
ersetzen


Zeile 4

Code:

<strong id="test_impressumHeader" class="boxhead">[{ oxmultilang ident="IMPRESUSUM_IMPRESUSUM" }]</strong>
durch

Code:

<strong id="test_impressumHeader" class="boxhead">[{ oxmultilang ident="IMPRESSUM_IMPRESSUM" }]</strong>
ersetzen

Attached Images
File Type: jpg 2013-09-15_16-47-41.jpg (97.2 KB)

Viewing all articles
Browse latest Browse all 6951

Trending Articles