add tabs on bottom as well
[plewww.git] / planetlab / tags / tag.php
index 7d20f19..b3d30a6 100644 (file)
@@ -31,7 +31,7 @@ if ( ! $tag_type_id ) {
 // --- decoration
 $title="Tag Type";
 $tabs=array();
-$tabs['All Types']=array('url'=>l_tags(),'bubble'=>"All Tag Types");
+$tabs []= tab_tags();
 
 // -------------------- 
 $tag_types= $api->GetTagTypes( array( $tag_type_id ) );
@@ -135,6 +135,8 @@ if (count ($slice_tags)) {
   $table->end();
  }
 
+plc_tabs ($tabs,"bottom");
+
 // Print footer
 include 'plc_footer.php';