1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Clean up of old preset_class code and tinymce fixes.

This commit is contained in:
CaMer0n
2012-08-12 00:24:02 +00:00
parent 7ef1ea179a
commit c4c8cbdc53
17 changed files with 89 additions and 158 deletions

View File

@@ -56,19 +56,11 @@ $pst->id = array("admin_downloads","admin_dl_cat");
$download = new download();
// $adminDownload = new adminDownload();
$pst->save_preset(); // unique name(s) for the presets - comma separated.
new plugin_download_admin();
require_once(e_ADMIN."auth.php");
/*
One form example (no arrays needed)
$pst->form = "myform"; // form id of the form that will have it's values saved.
$pst->page = "download.php?create"; // display preset options on which page.
$pst->save_preset("admin_downloads"); // unique name for the preset
*/
/*
$rs = new form;