function alinks_theme in Alinks 7
Same name and namespace in other branches
- 6 alinks.module \alinks_theme()
Theme function for the list of alinks
File
- ./
alinks.module, line 25 - this module allows users to associates defined text to links
Code
function alinks_theme() {
return array(
'alinks_list' => array(
'render element' => 'form',
),
);
}