--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/malleable/library/admin/theme-settings-xhtml.php Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,16 @@
+<div id="poststuff" class="dlm">
+
+ <form name="form0" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>" style="border:none;background:transparent;">
+
+ <?php include(MALLEABLE . '/library/admin/general.php'); ?>
+
+ <p class="submit">
+ <input type="submit" name="Submit" class="button-primary" value="<?php _e('Save Changes', 'hybrid' ) ?>" />
+ <input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y" />
+ </p>
+
+ </form>
+
+</div>
+
+</div>
\ No newline at end of file