Exemple #1
0
            } else {
                if ($vbulletin->GPC_exists['sentfrom'] and $vbulletin->GPC['sentfrom'] == 'nodes') {
                    print_cp_header($vbphrase['content_manager']);
                    vBCms_ContentManager::updateSections();
                    echo vBCms_ContentManager::showNodes($per_page);
                    print_cp_footer();
                }
            }
        }
    case 'fix_nodes':
        print_cp_header($vbphrase['vbcms']);
        echo vBCms_ContentManager::fixNodeLR();
        print_cp_message($vbphrase['nodetable_repaired']);
        print_cp_footer();
        break;
    case 'list':
        //This is our default action. We need to display a list of items.
    //This is our default action. We need to display a list of items.
    default:
        $vbulletin->input->clean_array_gpc('r', array('sortby' => TYPE_STR, 'sortdir' => TYPE_STR, 'title_filter' => TYPE_STR, 'submit' => TYPE_STR, 'state_filter' => TYPE_INT, 'author_filter' => TYPE_UINT, 'filter_section' => TYPE_UINT, 'contenttypeid' => TYPE_INT));
        print_cp_header($vbphrase['content_manager']);
        echo vBCms_ContentManager::showNodes($per_page);
        print_cp_footer();
        break;
}
/*======================================================================*\
  || ####################################################################
  || # Downloaded: 03:13, Sat Sep 7th 2013
  || # SVN: $Revision: 27874 $
  || ####################################################################
  \*======================================================================*/