<if condition="$show['url_bbcode']"> <td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.gif" width="21" height="20" alt="$vbphrase[insert_link]" /></div></td>
<?php function bbcode_deck($body, $name) { // Start output and build header row with name. $output .= '<table width="75%" align="center" cellpadding="0" cellspacing="0" style="border: 1px solid #000000;"> <tr><td class="tcat" style="padding:5px; font-size:20px;">' . $body . '</td></tr> <tr><td class="alt2"><table cellspacing="0" cellpadding="0" border="0" width="100%" style="margin:5px;">'; (rest of function) } ?>