Browse Source

updated custom capcode example

pull/40/head
Savetheinternet 13 years ago
parent
commit
e7eae32892
  1. 4
      inc/config.php

4
inc/config.php

@ -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…
Cancel
Save