include("../include/before.php"); include_once("../include/tables.php"); include_once("../include/show_page_title.php"); include_once("../include/show_cmd_button.php"); include_once("../include/form_utils.php"); include_once("preferences_fct.php"); include_once("../include/classes/cfilter.php"); include_once("../include/classes/cselect.php"); show_page_title("Preferences","Filter"); authorization_required($auth->member_id); $events_filter=new CFilter("e_events","e_categories"); $news_filter=new CFilter("news","news_categories"); $articles_filter=new CFilter("articles","articles_categories"); $resources_filter=new CFilter("links","links_category"); $query="SELECT * FROM preferences WHERE member_id=".$auth->member_id; $info=$conn->fetch($query); ?>
To save you filter preferences you should select the desired available options for each filter in part and press the Update button to save your settings.
include("../include/after.php"); ?>