$title, ); $mainclass = 'maxbuttons-social-editor'; $admin = mbSocial()->admin(); $admin->header($header); $collection_ids = collections::getCollections(); $number_of_collections = count($collection_ids); $the_collection_id = isset($_GET['social_id']) ? intval($_GET['social_id']) : false; if ($the_collection_id === false && $number_of_collections > 0 ) { $the_collection_id = $collection_ids[0]; // load the first one } else { $collection_id = 0; } $url = mbSocial()->get_page_url(); ?>