// Now show the subject box for this post.
// Here starts the Topic Prefix Mod if (!empty($context['prefix'])) { echo' <dt> ', $txt['prefix_select'], ': </dt> <dd> <select name="post_prefix" id="post_prefix"> <option value="">(', $txt['prefix_no'], ')</option>'; foreach($context['prefix'] as $prefix) echo' <option value="', $prefix['prefix'], '" >', $prefix['prefix'], '</option>'; echo' </select> </dd>'; } // Here Topic Prefix Mod End's // Now show the subject box for this post.