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…