Curweather Widget #281

Merged
tobiasd merged 28 commits from 20150711-curweather into master 2015-07-18 15:47:33 +02:00
Showing only changes of commit 7b1c6557f3 - Show all commits

View file

@ -198,6 +198,7 @@ function curweather_plugin_admin (&$a, &$o) {
if(! is_site_admin())
return;
$appid = get_config('curweather','appid');
$cachetime = get_config('curweather','cachetime');
$t = get_markup_template("admin.tpl", "addon/curweather/" );
$o = replace_macros ($t, array(
'$submit' => t('Save Settings'),