]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/config.php
All helper are now configurable
[shipsimu.git] / application / shoutbox / config.php
index c77e1a3ccf77e99eb0da9ffee2c0c48e8792762d..466c9e6a8a621affef5ab9cc4a8aa7d5a2e231ff 100644 (file)
@@ -247,5 +247,14 @@ $cfg->setConfigEntry('image_template_class', "ImageTemplateEngine");
 // CFG: ADMIN-EMAIL
 $cfg->setConfigEntry('admin_email', "you@some-hoster.invalid");
 
+// CFG: WEB-BLOCK-HELPER
+$cfg->setConfigEntry('web_block_helper', "WebBlockHelper");
+
+// CFG: WEB-FORM-HELPER
+$cfg->setConfigEntry('web_form_helper', "WebFormHelper");
+
+// CFG: WEB-LINK-HELPER
+$cfg->setConfigEntry('web_link_helper', "WebLinkHelper");
+
 // [EOF]
 ?>