mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
updated custom capcode example
This commit is contained in:
parent
cb8fb1772b
commit
e546a52201
@ -401,9 +401,7 @@
|
||||
|
||||
// Custom capcodes, by example:
|
||||
// "## Custom" becomes lightgreen, italic and bold
|
||||
//$config['custom_capcode']['Custom'] = Array(
|
||||
// '<a class="capcode" style="color:lightgreen;font-style:italic;font-weight:bold"> ## %s</a>'
|
||||
//);
|
||||
//$config['custom_capcode']['Custom'] ='<a class="capcode" style="color:lightgreen;font-style:italic;font-weight:bold"> ## %s</a>';
|
||||
|
||||
// "## Mod" makes everything purple, including the name and tripcode
|
||||
//$config['custom_capcode']['Mod'] = Array(
|
||||
|
Loading…
Reference in New Issue
Block a user