Hi Mateen!
I tracked down the problem. At the top of your /global/lang/en_us.php file, right before these two lines:
I tracked down the problem. At the top of your /global/lang/en_us.php file, right before these two lines:
PHP Code:
<?php
// Special (non-editable)
$LANG["special_form_tools"] = "Form Tools";
$LANG["special_form_tools_c"] = "Form Tools:";
add this line:
PHP Code:
<?php
$LANG = array();
