mcramer
2012-08-30 31f6ceb52bc4422c8a9a0ed8c6b167b3089bb6a6
1
2
3
4
5
6
7
<?php
 
$items[] = array(   'title'     => 'Default Theme',
                    'target'     => 'content',
                    'link'    => 'admin/tpl_default.php',
                    'html_id'   => 'tpl_default');
?>