The Wakaba and Kareha support thread (1000)

84 Name: Anonymous : 2006-04-12 19:45 ID:wD3z/7Gh [Del]

>>82
1) remove this from templates.pl:

<div class="adminbar">
<loop $stylesheets>
[<a href="javascript:set_stylesheet('<var $title>')"><var $title></a>]
</loop>
-

2) set ALLOWED_HTML in config.pl:

use constant ALLOWED_HTML => (
'a'=>{args=>{'href'=>'url'}},
'b'=>{},'i'=>{},'u'=>{},'sub'=>{},'sup'=>{},
'em'=>{},'strong'=>{},
'ul'=>{},'ol'=>{},'li'=>{},'dl'=>{},'dt'=>{},'dd'=>{},
'p'=>{},'br'=>{empty=>1},'blockquote'=>{},
)
This thread has been closed. You cannot post in this thread any longer.