Hallo Forum,
möchte unten im footer noch ein link einfügen.
habe zunächst in cms seiten einen neue seite erstellt.
daraufhin wurde ein link erzeugt.
dazu habe ich die _footer.tpl geöffnet und da dies gefunden und wollte den link einfügen, ABER irgendwie mach ich da was falsch
Ausserdem kann ich den ident meiner neuen seite nirgends finden, weiss also nicht wie der lautet
Hier der erzeugte link [{ oxgetseourl ident=“tn4d94806a23d5c78535452d3d7300de” type=“oxcontent” }]
hier der code aus der _footer.tpl. Kann mir jemand helfen???
vielen dank im voraus:
<a id="test_link_footer_home" href="[{ $oViewConf->getHomeLink() }]">[{ oxmultilang ident="INC_FOOTER_HOME" }]</a> |
<a id="test_link_footer_contact" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=contact" }]">[{ oxmultilang ident="INC_FOOTER_CONTACT" }]</a> |
<a id="test_link_footer_help" href="[{ $oViewConf->getHelpPageLink() }]">[{ oxmultilang ident="INC_FOOTER_HELP" }]</a> |
<a id="test_link_footer_guestbook" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=guestbook" }]">[{ oxmultilang ident="INC_FOOTER_GUESTBOOK" }]</a> |
<a id="test_link_footer_links" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=links" }]">[{ oxmultilang ident="INC_FOOTER_LINKS" }]</a> |
[{oxifcontent ident="oximpressum" object="oCont"}]
<a id="test_link_footer_impressum" href="[{ $oCont->getLink() }]">[{ $oCont->oxcontents__oxtitle->value }]</a> |
[{/oxifcontent}]
[{oxifcontent ident="oxagb" object="oCont"}]
<a id="test_link_footer_terms" href="[{ $oCont->getLink() }]" rel="nofollow">[{ $oCont->oxcontents__oxtitle->value }]</a> |
[{/oxifcontent}]
<br>
vg
jonny