Skip to content

Commit 6989621

Browse files
authored
Merge pull request #26 from Crizz0/issue/25
Add display custom bbcodes to acp editors
2 parents d257927 + 1f1fc66 commit 6989621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

acp/tou_module.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ public function main($id, $mode)
213213
'S_LINKS_ALLOWED' => true,
214214
'S_SMILIES_ALLOWED' => true,
215215
));
216+
// Assigning custom bbcodes
217+
display_custom_bbcodes();
216218
break;
217219

218220
// Setup own custom terms of use
@@ -321,6 +323,8 @@ public function main($id, $mode)
321323
'S_LINKS_ALLOWED' => true,
322324
'S_SMILIES_ALLOWED' => true,
323325
));
326+
// Assigning custom bbcodes
327+
display_custom_bbcodes();
324328
break;
325329

326330
}

0 commit comments

Comments
 (0)