mirror of
https://github.com/ChaosChemnitz/interfug15
synced 2025-06-28 13:36:07 +02:00
ticket codes
This commit is contained in:
parent
7b32688207
commit
b0580bea23
2 changed files with 14 additions and 5 deletions
|
@ -40,9 +40,12 @@ Array("name"=>"kontakt","url"=>"/kontakt","title"=>"Kontakt")
|
||||||
<div>
|
<div>
|
||||||
<article>
|
<article>
|
||||||
<?php
|
<?php
|
||||||
foreach($pages as $p)
|
foreach($pages as $p){
|
||||||
if($pageId==$p["name"])
|
if($pageId==$p["name"]){
|
||||||
echo file_get_contents("text/".$p["name"].".html");
|
$c="if15".substr(base_convert(md5("if15".rand()), 16, 36), 0, 9);
|
||||||
|
echo str_replace("#code#",$c,file_get_contents("text/".$p["name"].".html"));
|
||||||
|
}
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
<!--footer id="footer" class="box" style="color:#C0C0C0">
|
<!--footer id="footer" class="box" style="color:#C0C0C0">
|
||||||
<ul class="links">
|
<ul class="links">
|
||||||
|
|
|
@ -3,4 +3,10 @@
|
||||||
<p>
|
<p>
|
||||||
Der Ticketverkauf ist noch nicht gestartet.
|
Der Ticketverkauf ist noch nicht gestartet.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Um Dich anzumelden sende eine Mail an <a href="mailto:tickets@interfug.de?subject=Anmeldung%20Intrefug15&body=Id:%20#code#"><b>tickets@interfug.de</b></a>.
|
||||||
|
</p><p>
|
||||||
|
<b>Betreff:</b> Anmeldung Intrefug15<br>
|
||||||
|
<b>Inhalt:</b> Id: #code#
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue