Example #1
0
 public function menu_attachments()
 {
     global $gdbbpress_attachments;
     $options = $gdbbpress_attachments->o;
     $_user_roles = d4p_bbpress_get_user_roles();
     include GDBBPRESSATTACHMENTS_PATH . 'forms/panels.php';
 }
Example #2
0
    public function menu_tools() {
        global $gdbbpress_tools;

        $options = $gdbbpress_tools->o;
        $_user_roles = d4p_bbpress_get_user_roles();

        include(GDBBPRESSTOOLS_PATH.'forms/panels.php');
    }