Index: tabbed_block.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/tabbed_block/tabbed_block.module,v retrieving revision 1.3 diff -u -r1.3 tabbed_block.module --- tabbed_block.module 3 Jul 2007 16:02:56 -0000 1.3 +++ tabbed_block.module 4 Jul 2007 11:14:48 -0000 @@ -106,7 +106,7 @@ $tab_subject .= "
  • ".$temp->subject."
  • "; }else{ $tab_subject .= "
  • Error! click here!
  • "; - $tab_content .= "Config title here."; + $tab_content .= l("Config title here." , base_path()."admin/build/block/configure/".$name."/".$delta); } //tabe content if ( $temp->content ){ @@ -126,7 +126,7 @@ //if settings exists $block['subject'] = "Tabbed Block Block"; $tab_subject = ''; - $tab_content = 'Configure this block'; + $tab_content = l("Configure this block" , base_path().'admin/settings/tabbed_block/edit/'.$delta); } //tab wrapper needed for tab