- Code: Alles auswählen
- #
 #-----[ ÖFFNEN ]------------------------------------------------------
 #
 # /templates/subSilver/posting_body.tpl
 #
 #-----[ FINDE ]------------------------------------------------------
 #
 <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" />
 #
 #-----[ MIT FOLGENDEM ERSETZEN ]-------------------------------------------------
 #
 <!-- BEGIN switch_submit_button -->
 <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" />
 <!-- END switch_submit_button -->
 #
 #-----[ ÖFFNEN ]------------------------------------------------------
 #
 # posting.php
 #
 #
 #-----[ FINDE ]------------------------------------------------------
 #
 $template->assign_block_vars('switch_notify_checkbox', array());
 }
 }
 #
 #--------[ DARUNTER EINFÜGEN ]---------------------------
 #
 if( $preview )
 {
 $template->assign_block_vars('switch_submit_button', array());
 }
 #
 #-----[ ÖFFNEN ]------------------------------------------------------
 #
 # privmsg.php
 #
 #
 #--------[ FINDE ]---------------------------
 #
 $template->assign_block_vars('switch_privmsg', array());
 #
 #--------[ DARUNTER EINFÜGEN ]---------------------------
 #
 $template->assign_block_vars('switch_submit_button', array());
Quelle: phpbb.de



