diff -r 000000000000 -r 03b0d1493584 web/wp-admin/theme-install.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-admin/theme-install.php Wed Dec 23 17:55:33 2009 +0000
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+ $text ) {
+ $sep = ( end($tabs) != $text ) ? ' | ' : '';
+ $class = ( $action == $tab ) ? ' class="current"' : '';
+ $href = admin_url('theme-install.php?tab='. $action);
+ echo "\t\t- $text$sep
\n";
+}
+?>
+
+
+
+
+