2004-04-11 10:15:10 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if ($user_level <= 6) {
|
2004-05-08 01:56:33 +02:00
|
|
|
die( __('You have do not have sufficient permissions to edit the options for this blog.') );
|
2004-04-11 10:15:10 +02:00
|
|
|
}
|
|
|
|
?>
|
|
|
|
|
|
|
|
<br clear="all" />
|
|
|
|
|
2004-05-08 01:56:33 +02:00
|
|
|
<?php if (isset($updated)) : ?>
|
2004-04-25 04:03:32 +02:00
|
|
|
<div class="updated"><p><strong><?php _e('Options saved.') ?></strong></p></div>
|
2004-04-11 10:15:10 +02:00
|
|
|
<?php endif; ?>
|