CMS Category how to include?

Hello everyone,

does anybody know a solution to include a hole cms category into an tpl file like _header.tpl? I only se just that simple “hardcoded” links like

<li><a id="test_link_service_contact" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=contact" }]" rel="nofollow">[{ oxmultilang ident="INC_HEADER_CONTACT" }]</a></li>

It would be nice to call just one category and generate the items with an loop.

Is there already any solution included into oxid?

Thx for your help.

Hi,

please have a look at the code documentation to be found here
http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/community-edition-sourcecode-documentation

Watch out for getContentCategory()

Good luck!