';
echo "
" . __('Great Real Estate','greatrealestate') . "
";
# Show the status of the plugin
# Number of listings by status
# Whether all required associated plugins are installed and ready
# Whether there is a page slugged "listings"
echo '";
}
function gre_do_dashboard_summary() {
global $wpdb;
?>
$pagetitle";
} else {
$message = __('Unknown - please check your settings','greatrealestate');
}
} else {
$message = __('WARNING - You must select a main Listings page','greatrealestate');
}
echo $message;
}
function gre_do_dashboard_plugins() {
?>
';
}
function gre_is_plugin_there($plugin_dir) {
$plugins = get_plugins($plugin_dir);
if ($plugins) return true;
return false;
}
function gre_do_dashboard_docs() {
?>