Frontend elements to SugoiMusic, including CSS and public/private headers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
217 B

  1. <div id="textarea_wrap_<?=$NID?>" class="field_div textarea_wrap">
  2. <textarea name="<?=$Name?>" id="<?=$ID?>" class="bbcode_editor" cols="<?=$Cols?>" rows="<?=$Rows?>" <?=$Attributes?>><?=$Value?></textarea>
  3. </div>