function alinks_theme in Alinks 6
Same name and namespace in other branches
- 7 alinks.module \alinks_theme()
Theme function for the list of alinks
File
- ./
alinks.module, line 13
Code
function alinks_theme() {
return array(
'alinks_list' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}