Skip to content

Instantly share code, notes, and snippets.

@01-Scripts
Created July 7, 2012 14:36
Show Gist options
  • Save 01-Scripts/3066678 to your computer and use it in GitHub Desktop.
Save 01-Scripts/3066678 to your computer and use it in GitHub Desktop.
Include 01-Newsletterscript
<form action="ZIELADRESSE" method="get">
<input type="text" name="email" size="38" value="E-Mail-Adresse" class="input_text" />
<input type="submit" name="send" value="Go" class="input_button" />
<br />
<input type="radio" name="action" value="add" checked="checked" />Eintragen
<input type="radio" name="action" value="edit" />Bearbeiten/Austragen
</form>
<?PHP
$subfolder = "01scripts/"; // Unterverzeichnis
$modul = "01newsletter"; // Modul- und Verzeichnisname (=ID-Name),
// ggf. ändern
// Hier ggf. weitere Parameter einfügen
include($subfolder."01module/".$modul."/01newsletter.php");
?>
<?PHP
// Weitere mögliche Parameter sind:
$flag_nocss = FALSE; // Setzen Sie $flag_nocss = TRUE; wenn kein CSS eingebunden werden soll
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment