Index: template.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/refresco/template.php,v retrieving revision 1.1 diff -u -r1.1 template.php --- template.php 29 May 2008 02:40:09 -0000 1.1 +++ template.php 30 May 2008 16:41:14 -0000 @@ -1,17 +1,13 @@ module == 'block' && user_access('administer blocks')) { + $vars['edit_url'] = url('admin/build/block/configure/'. $vars['block']->delta); + $vars['edit_text'] = t('Edit'); + } +} + +/** * Returns the rendered local tasks. The default implementation renders * them as tabs. Overridden to split the secondary tasks. * @@ -87,4 +95,4 @@ function trescoweb_menu_tree_cid($menu_name, $data) { return 'links:'. $menu_name .':tree-data:'. md5(serialize($data)); -} \ No newline at end of file +} Index: block.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/refresco/block.tpl.php,v retrieving revision 1.1 diff -u -r1.1 block.tpl.php --- block.tpl.php 29 May 2008 02:40:09 -0000 1.1 +++ block.tpl.php 30 May 2008 16:41:14 -0000 @@ -1,26 +1,21 @@ -