If you do not have an account yet
Create One.
";
themesidebox($title, $content);
}
$LeftBlocks = mysql_query("select title, content from lblocks order by order_id");
while(list($title, $content) = mysql_fetch_row($LeftBlocks))
{
$content = str_replace("\n", " ", $content);
themesidebox($title, $content);
}
?>