settings = $params; $args->tabs = $args->settings->getTabs(); if (!empty($args->tabs)) { reset($args->tabs); $firstTabKey = key($args->tabs); } else { $firstTabKey = ''; } $args->key = isset( $_GET['tab'] ) ? $_GET['tab'] : $firstTabKey; $args->fieldSet = $args->settings->getFieldSet(); $args->data = $args->settings->getSettings($args->key); $args->fields = $args->settings->getFields($args->key); $title = !empty($args->settings->getConfig()->admin->options->title) ? $args->settings->getConfig()->admin->options->title : ''; $description = !empty($args->settings->getConfig()->admin->options->description) ? $args->settings->getConfig()->admin->options->description : ''; $links = !empty($args->settings->getConfig()->admin->options->links) ? $args->settings->objectToArray( $args->settings->getConfig()->admin->options->links ) : ''; $Id = $args->settings->getParentModule()->getKey(); ?>

How to use those features you can find on the Plugin Site in the Documentation section.

Also You can find Live Demo on the plugin site.

settings->getParentModule()->getTemplate('admin/options/render-tabs', $args); ?>
key ); ?> settings->getParentModule()->getTemplate('admin/options/render-page', $args); ?>

Reset to Default