status == 'successful') { if ($api_data->version > $plugin_info[$pathName]['version']) { $updatelink = '
'.i18n_r('UPDATE_AVAILABLE').' '.$api_data->version.''; $needsupdate = true; } $plugin_title = ''.$api_data->name.''; } else { $plugin_title = $plugin_info[$pathName]['name']; } $table .= ''; $table .= ''.$plugin_title.''; $table .= ''.$plugin_info[$pathName]['description']; if ($plugin_info[$pathName]['version']!='disabled'){ $table .= '
'.i18n_r('PLUGIN_VER') .' '. $plugin_info[$pathName]['version'].' — '.i18n_r('AUTHOR').': '.$plugin_info[$pathName]['author'].'
'; } $table.= $updatelink.' '.i18n_r('ENABLE').' '.i18n_r('DISABLE').' '; $table .= "\n"; $counter++; } } # set trigger for plugin update notification if ($needsupdate) { touch(GSCACHEPATH.'plugin-update.trigger'); } else { if (file_exists(GSCACHEPATH.'plugin-update.trigger')) { unlink(GSCACHEPATH.'plugin-update.trigger'); } } exec_action('plugin-hook'); get_template('header', cl($SITENAME).' » '.i18n_r('PLUGINS_MANAGEMENT')); ?>

0) { ?>

'. str_replace(array('',''), '', i18n_r('GET_PLUGINS_LINK')) .''; } ?>