"mein konto" in die left.tpl

hallo oxilder,

da ich die right.tpl ausgeblendet habe, hätte ich gern “mein konto” rechts. wenn ich den
code

 [{if !$oView->isConnectedWithFb()}]
    <strong class="h2"><a id="test_RightSideAccountHeader" rel="nofollow" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account" }]">[{ oxmultilang ident="INC_RIGHTITEM_MYACCOUNT" }]</a></strong>
    <div class="box">
        [{oxid_include_dynamic file="dyn/cmp_login_right.tpl" type="login" pgnr=$pageNavigation->actPage tpl=$tpl additional_form_parameters="`$AdditionalFormParameters`"|cat:$oViewConf->getNavFormParams() }]
        [{oxid_include_dynamic file="dyn/cmp_login_links.tpl" type="login_links"}]
    </div>
    [{/if}]

links einfüge erscheint auch alles link, sieht nur etwas verdrückt aus, auch wenn ich die spalte in der css breiter mache… hüülfeeee

mir würde auch ein link oben im header neben agb und impressum ausreichen, leider kann man ja hier nicht einfach einen link reinsetzen, agb sieht so aus:

<div class=“right”>
[{oxifcontent ident=“oxagb” object=“oCont”}]
<a id=“test_HeaderTerms” href="[{ $oCont->getLink() }]" rel=“nofollow”>[{ $oCont->oxcontents__oxtitle->value }]</a>
[{/oxifcontent}]

oxabg kann ich leider nicht durch oxmyaccount ersetzen…

Ein Link zu “Mein Konto” an beliebiger Stelle kannst Du so setzen:

<a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account" }]" rel="nofollow">Mein Konto</a>

super, danke, das hat geklappt. ist es auch möglich gleich das login links anzuzeigen? schön wäre das login auch im header…

Du kannst den Login-Teil aus right.tpl auch in left.tpl oder im Kopfbereich verwenden. Die Formatierung (HTML/CSS) musst du ggf. anpassen.

Hast Du Probleme mit der Anpassung der Formatierung oder mit der Funktion?