Options saved.

'; } $o = get_option('rmnlQuicktagSettings'); echo <<

WP-Quicktag Management

{$message}
Adding or deleting buttons

Fill in the fields below to add or edit the quicktags. Fields with * are compulsary. To delete a tag simply empty all fields.

EOT; for ($i = 0; $i < count($o['buttons']); $i++){ $b = $o['buttons'][$i]; $nr = $i + 1; echo << EOT; } echo <<
Buttontext* Start tag(s)* End tag(s)

EOT; } if(strpos($_SERVER['REQUEST_URI'], 'post.php') || strpos($_SERVER['REQUEST_URI'], 'page-new.php') ) { add_action('admin_footer', 'wpaq_addsome'); function wpaq_addsome(){ $o = get_option('rmnlQuicktagSettings'); if(count($o['buttons']) > 0){ echo << EOT; } } } ?>