Hello everyone,
I'm a new user of Liferay portal (6.0.5) and I'm currently developping a website for a new company. This is also my first web development experience so pardon me if I'm a bit ignorant about CSS, Velocity or even HTML

I've "created" my own theme (not from scratch, just customizing the official Liferay classic theme) and managed to obtain a decent header (logo, navigation bar with multiple layer menus, etc...). That was "not so hard" cause Liferay classic theme already got all these features, I just had to customize them (position, font, color, ...).
Now I need to add a list of links in the footer, arranged in columns, which is quite common on websites
ex
Amazon :

My problem is that I don't want these lists to be part of the theme cause it's a "non-developper" person (marketing) that will manage the content of the website, including this list of links. So I'd like to know where he could store these links and their structure (order, column header, etc...) and how I could retrieve it in the theme.
I've seen the Bookmarks portlet, with subfolder and links, it could work for the marketing person. But how can I retrieve the data from this portlet in the Velocity template ?
I've noticed it's possible to retrieve some elements of the company in the theme
ex in template "
init.ftl" :
1<#assign company_name = company.getName() />
Could I access the bookmarks in the same way ?
ex :
1<#assign company_bookmarks = company.getBookmarks() />
and then browse these bookmarks to display them by columns ?
I've made some research in the wiki and the forum, but I'm surprised to find no other questions/articles about this "issue" since this kind of footer is common on websites.
Thanks to anyone who could give me a hint
Be kell jelentkezni ahhoz, hogy ez helytelenként legyen megjelölve.