Changeset 463 for trunk/xpressme_integration_kit/blocks/meta_block.php
- Timestamp:
- Nov 27, 2009, 3:27:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/blocks/meta_block.php
r232 r463 31 31 32 32 $form = "MyDirectory <input type='text' name='options[0]' value='" . $mydirname . "' /><br />"; 33 $form .= "<input type='hidden' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />";33 $form .= _MB_XP2_THISTEMPLATE . "<input type='text' size='50' name='options[1]' id='this_template' value='".htmlspecialchars($this_template,ENT_QUOTES)."' /><br />"; 34 34 $form .= "<br />"; 35 35 $form .= yes_no_radio_option('options[2]', _MB_XP2_META_WP_LINK , $wp_link) . "<br />\n";
Note: See TracChangeset
for help on using the changeset viewer.