checkpoint
[plewww.git] / planetlab / includes / plc_tables.php
index 2134769..7bdcf51 100644 (file)
@@ -9,6 +9,11 @@ drupal_set_html_head('
 ');
 
 
+////////////////////////////////////////
+function plc_table_cell($cell) {
+  printf ('<td class="plc_table"> %s </td>',$cell);
+}
+
 ////////////////////////////////////////
 // table_id: <table>'s id tag
 // headers: an associative array "label"=>"type"