I am trying to create a tabs of static information in custom module I am developing. I know I am missing something stupid (noob here).

I ahve this in my _theme hook

'order' => array(
'template' => 'order',
'arguments' => array(
'form' => NULL,
'storename' => NULL,
),

Have added this in from the demo code into the tpl.php

test 1
test 2
test3

The tabs render but all the content is displayed and does not hide when a tab is clicked.

Any Help would be appreciated.

Comments

Makku01’s picture

+1