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 @@ -
+
-module == 'block'): - if (user_access('administer blocks')) :?> -
- -
- + +
+
    +
  • + +
  • +
+
+ subject)): ?>

subject ?>

content ?>
-
\ No newline at end of file +
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 30 May 2008 16:41:14 -0000 @@ -12,101 +12,108 @@ - - -
-
-
- - ' . $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

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

+
+
+
+ + + +
+
+ +
+
+ + +
+
+
+ +
+
+
+
+ + + +
+
+
+ +
+ +
+ + +
+ +
 
+ +
+
+
+ + +
+
+
+
+
+ +
+ +
+ + +
+ +
+ +

+ + +
+ +
+ + +
+ +
+
+ +
+
+
+

Refresco designed by Patrick Teglia

+ +
+
+
+ + Index: node.tpl.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/refresco/node.tpl.php,v retrieving revision 1.1 diff -u -r1.1 node.tpl.php --- node.tpl.php 29 May 2008 02:40:09 -0000 1.1 +++ node.tpl.php 30 May 2008 16:41:14 -0000 @@ -5,17 +5,16 @@ - - +

- +
content['body']['#value']; ?>