[TYPO3-dev] HMENU based on table from a extbase extension
Benjamin Beck
BenjaminBeck at gmx.de
Tue Aug 23 17:14:16 CEST 2011
Hi,
the Array looks like:
Array
(
[0] => Array
(
[uid] => 1
[pid] => 11
[name] => Arbeitsrecht
[title] => Arbeitsrecht
...
)
[1] => Array
(
[uid] => 2
[pid] => 11
[name] => Bank- und Finanzrecht
[title] => Bank- und Finanzrecht
...
)
...
So the Array is ok i think - it must be the TS ..
Benjamin
On Aug 23, 2011, at 5:02 PM, Björn Pedersen wrote:
> Am 23.08.2011 16:41, schrieb Benjamin Beck:
>> Hello all,
>>
>> i want to make a Navigation based an a table from a extbase extension.
>>
>> Until now i have this as Typoscript:
>
> Hi,
>
> you have to return an array of arrays with at least title and uid in the
> sub-arrays. See the example here: http://wiki.typo3.org/TSref/HMENU
>
> Björn
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
More information about the TYPO3-dev
mailing list