Browse Source

Load bbcode toolbar on wiki create page

spaghetti 8 years ago
parent
commit
a4e3ec0861
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/wiki/create.php

+ 1
- 1
sections/wiki/create.php View File

@@ -1,5 +1,5 @@
1 1
 <?
2
-View::show_header('Create an article');
2
+View::show_header('Create an article', 'bbcode');
3 3
 ?>
4 4
 <div class="thin">
5 5
   <div class="box pad">

Loading…
Cancel
Save