return array(
'header' => array(
'%controller%' => '%navigation%',
'%controller%' => array('label' => '%navigation%', 'resource' => '%resource%'),
),
'footer' => array(
'%controller%' => '%navigation%',
),
);
return array(
'title' => '%title%',
'content' => '%content%',
);
return array(
'perpage' => %perpage%,
'perrow' => %perrow%,
'news' => array(
array(
'title' => '%title%',
'content' => '%content%',
'timestamp' => '%timestamp%',
),
)
);
return array(
'%headline%',
'%documentationpath%' => '%documentationname%',
);
return array(
'%headline%',
'%changelogpath%' => '%changelogname%',
);
return array(
'webmaster' => '%webmaster%',
'mailingaddress' => '%mailingaddress%',
);
return array(
'license' => '%license%',
);