![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$snippet_id = checkNumeric($_GET["snippet_id"]) | |
$snippet = new Snippet() | |
if($snippet_id) | else |
$form = new AutoForm($snippet, "POST", "/action/html_editor/snippet_form?snippet_id={$snippet_id}") | |
if($method=="POST") | $script = $form->writeScript() |
$form = new AutoForm($snippet, "POST", "/action/html_editor/snippet_form?snippet_id={$snippet_id}") |
Definition at line 17 of file snippet_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 34 of file snippet_form.inc.
$snippet = new Snippet() |
Definition at line 6 of file snippet_form.inc.
$snippet_id = checkNumeric($_GET["snippet_id"]) |
Definition at line 4 of file snippet_form.inc.
if ( $snippet_id) else |
Definition at line 12 of file snippet_form.inc.