web/wp-content/themes/malleable/library/admin/theme-settings-xhtml.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

<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>