JCommentsAdmin::showSmiles();
     break;
 case "savesmiles":
     JCommentsAdmin::saveSmiles();
     break;
 case "about":
     require_once dirname(__FILE__) . DS . 'admin.jcomments.installer.php';
     JCommentsAdmin::showAbout();
     break;
 case "import":
     JCommentsAdmin::checkPhpVersion();
     require_once dirname(__FILE__) . DS . 'admin.jcomments.migration.php';
     JCommentsMigrationTool::showImport();
     break;
 case "doimport":
     JCommentsAdmin::importCommentsDefault();
     break;
 case "postinstall":
     JCommentsAdmin::checkPhpVersion();
     require_once dirname(__FILE__) . DS . 'admin.jcomments.installer.php';
     JCommentsInstaller::postInstall();
     break;
 case "rebuildtree":
     JCommentsAdmin::rebuildTree();
     break;
 case 'subscriptions':
     JCommentsAdmin::checkPhpVersion();
     require_once dirname(__FILE__) . DS . 'admin.jcomments.subcription.php';
     JCommentsAdminSubscriptionManager::show();
     break;
 case 'subscription.publish':