12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
<?php $_shouldextend[1]=1; ?>
|
|
|
|
<?php $this->startSection("main"); ?>
|
|
|
|
<?php if(!isset($_SESSION['name'])): ?>
|
|
|
|
<meta http-equiv="refresh" content="0;url=/" />
|
|
|
|
<?php endif; ?>
|
|
|
|
<?php $this->stopSection(); ?>
|
|
<?php if (isset($_shouldextend[1])) { echo $this->runChild("m5_a1.layout_anmeldung"); } ?> |