template variable work

This commit is contained in:
Colin Kuskie 2006-06-01 17:42:50 +00:00
parent b7957742bc
commit e19ab5f67a
8 changed files with 380 additions and 218 deletions

View file

@ -7,6 +7,33 @@ our $HELP = {
body => 'admin bar body',
fields => [
],
variables => [
{
'name' => 'adminbar_loop',
'variables' => [
{
'name' => 'label'
},
{
'name' => 'name'
},
{
'name' => 'items',
'variables' => [
{
'name' => 'title'
},
{
'name' => 'url'
},
{
'name' => 'icon'
}
]
}
]
}
],
related => [
{
tag => 'macros using',