diff --git a/e107_plugins/rss_menu/rss_setup.php b/e107_plugins/rss_menu/rss_setup.php new file mode 100644 index 000000000..94d00a0cb --- /dev/null +++ b/e107_plugins/rss_menu/rss_setup.php @@ -0,0 +1,53 @@ +
"; + } +*/ + function install_post($var) + { + $sql = e107::getDb(); + $mes = e107::getMessage(); + + $insert = array( + array('rss_id' => 0,'rss_name' => 'News','rss_url' => 'news','rss_topicid' => '','rss_path' => 'news','rss_text' => 'The rss feed of the news','rss_datestamp' => time(),'rss_class' => '0','rss_limit' => '9') + ); + + $status = ($sql->insert('rss', $insert)) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR; + $mes->add("Adding Default table data to table: rss",$status); //TODO Generic LAN "LAN_DEFAULT_TABLE_DATA" + + + } +/* + function uninstall_options() + { + + } + + + function uninstall_post($var) + { + // print_a($var); + } + + function upgrade_post($var) + { + // $sql = e107::getDb(); + } +*/ +} diff --git a/e107_themes/bootstrap3/theme.xml b/e107_themes/bootstrap3/theme.xml index c9ee90df5..55e9b9f92 100644 --- a/e107_themes/bootstrap3/theme.xml +++ b/e107_themes/bootstrap3/theme.xml @@ -7,6 +7,7 @@ + bootstrap