11 lines
320 B
PHP
11 lines
320 B
PHP
<?php
|
|
$b = new bereiche();
|
|
?>
|
|
<h2>Einstellungen <span id="actiontitle">bearbeiten</span></h2>
|
|
<form action="/basecontent/options/save" method="post">
|
|
<?php $b->oben('optionen', 'Optionen einstellen'); ?>
|
|
<?php $this->get_all_options(); ?>
|
|
<?php $b->buttons('speichern'); ?>
|
|
<?php $b->unten(); ?>
|
|
</form>
|