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 29 May 2008 15:41:51 -0000 @@ -1,17 +1,13 @@ module == 'block' && user_access('administer blocks')) { + $vars['edit_url'] = url('admin/build/block/configure/'. $vars['block']->delta); + } +} + +/** * Returns the rendered local tasks. The default implementation renders * them as tabs. Overridden to split the secondary tasks. * @@ -87,4 +94,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 29 May 2008 15:41:51 -0000 @@ -1,22 +1,17 @@ -
+
-module == 'block'): - if (user_access('administer blocks')) :?> -
- -
- + +
+ +
+ subject)): ?>

subject ?>

Index: page.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/refresco/page.tpl.php,v retrieving revision 1.1 diff -u -r1.1 page.tpl.php --- page.tpl.php 29 May 2008 02:40:09 -0000 1.1 +++ page.tpl.php 29 May 2008 15:41:51 -0000 @@ -13,26 +13,23 @@ - +
- - ' . $site_slogan . ''; } ?> + + + + + +

-
-
-
- ' . $breadcrumb . '
'; } - if ($secondary_links) { print '
' . theme('links', $secondary_links) . '
'; } ?> -
-
-
+
+
+
+ +
+
+
+
-
-
-
- -
- -
- - '.$callout_right.'
'; - } else - { - print '
 
'; - } - ?> -
-
-
+
+
+
+ +
+ +
+ + +
+ +
 
+ +
+
+
-
'; } ?> - '; } - else if ($content_left || $content_right) { print '
'; } - if ($content_left) { print '
'. $content_left. '
'; } - print '
'; - if ($title) { print '

'. $title . '

'; } - print $content. '
'; - if ($content_right) { print '
'. $content_right. '
'; } - if ($content_left || $content_right) { print '
'; } - ?> +
+ +
+ +
+ + +
+ +
+ +

+ + +
+ +
+ + +
+
- - +

Refresco designed by Patrick Teglia

-