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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user