. */ echo ''; $this->mkEzOptions(); $this->setOptionValues(); $this->mkHelpTags(); ?>

AdSense Now! Setup

plgDir . '/head-text.php'); ?>
"; _e('Instructions', 'adsense-now'); echo "\n
    \n"; foreach ($this->helpTags as $help) { echo "
  • "; $help->render(); echo "
  • \n"; } ?>
renderNags($this->options); ?>

ezOptions['ad_text']->render(); ?> "; _e('Ad Alignment', 'adsense-now'); echo " "; _e('(Where to show?)', 'adsense-now'); ?> positions as $position => $slot) { echo ""; $this->ezOptions[$slot]->render(); echo "\n"; } ?>
 
$position

"; _e('Suppress AdSense Ad Blocks on:', 'adsense-now'); echo ""; foreach ($this->kills as $k) { $this->ezOptions["kill_$k"]->render(); } ?>
Buy the Pro Version  More features, more power!
'; ?>
desc = __('Save Changes', 'adsense-now'); $update->title = __('Save the changes as specified above', 'adsense-now'); $update->tipTitle = $update->desc; $reset = new EzSubmit('resetOptions'); $reset->desc = __('Reset Options', 'adsense-now'); $reset->title = __('This Reset Options button discards all your changes and loads the default options. This is your only warning!', 'adsense-now'); $reset->tipWarning = true; $cleanDB = new EzSubmit('cleanDB'); $cleanDB->desc = __('Clean Database', 'adsense-now'); $cleanDB->title = __('The Database Cleanup button discards all your AdSense settings you have saved so far for all the themes, including the current one. Use it only if you know that you will not be using these themes. Please be careful with all database operations -- keep a backup.', 'adsense-now'); $cleanDB->tipWarning = true; $uninstall = new EzSubmit('uninstall'); $uninstall->desc = __('Uninstall', 'adsense-now'); $uninstall->title = __('The Uninstall button really kills %s after cleaning up all the options it wrote in your database. This is your only warning! Please be careful with all database operations -- keep a backup.', 'adsense-now'); $uninstall->tipWarning = true; $update->render(); $reset->render(); $cleanDB->render(); $uninstall->render(); $this->ezTran->renderTranslator(); ?>
renderWhyPro(); $ez->renderSupport(); include ($this->plgDir . '/tail-text.php'); ?>