| 1 |
<div class="wrap"> |
| 2 |
<h1><?php _e('Nested Pages Settings', 'nestedpages'); ?></h1> |
| 3 |
|
| 4 |
<form method="post" enctype="multipart/form-data" action="options.php"> |
| 5 |
<table class="form-table"> |
| 6 |
<?php settings_fields( 'nestedpages-general' ); ?> |
| 7 |
<tr valign="top"> |
| 8 |
<th scope="row"><?php _e('Menu Name', 'nestedpages'); ?></th> |
| 9 |
<td> |
| 10 |
<input type="text" name="nestedpages_menu" id="nestedpages_menu" value="<?php echo $menu_name; ?>"> |
| 11 |
<p><em><?php _e('Important: Once the menu name has changed, theme files should be updated to reference the new name.', 'nestedpages'); ?></em></p> |
| 12 |
</td> |
| 13 |
</tr> |
| 14 |
</table> |
| 15 |
<?php submit_button(); ?> |
| 16 |
</form> |
| 17 |
</div><!-- .wrap --> |