@ -1,6 +1,6 @@
<span id="{$idhash}"></span>
<div class="post {$class}" id="{$id}">
<div class="{$access}" title="{$flagtitle}" style="z-index:1;"></div>
<div class="{$access}" title="{$flagtitle}" style="margin-bottom:1em;"></div>
<a href="{$friend}">
{$avatar}
</a>
@ -78,7 +78,7 @@ class Conf
$out = '<?php $conf = array(';
foreach($conf as $key => $value)
$out .= '"'.$key.'" => "'. $value . '",'."\n";
$out .= "'".$key."' => '". $value . "',"."\n";
$out .= ');';
$fp = fopen(DOCUMENT_ROOT.self::$conf_path.'/conf.php', 'w');
@ -19,7 +19,7 @@
</div>
<div id="center">
<div title="<?php echo getFlagTitle("white"); ?>" style="z-index:1;" class="protect white"></div>
<div title="<?php echo getFlagTitle("white"); ?>" class="protect white"></div>
<?php $this->widget('Tabs');?>
<?php $this->widget('Media');?>
<?php $this->widget('MediaUpload');?>