



function FormatStory($thetext, $notes, $aid, $informant) {



function FormatStory($thetext, $notes, $aid, $informant) {
global $anonymous;

if ($notes != "") {
$notes = "<b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "<font class=\"content\">$thetext<br>$notes</font>\n";
} else {
if($informant != "") {
$boxstuff = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
} else {
$boxstuff = "$anonymous ";
}
$boxstuff .= ""._WRITES." <i>\"$thetext\"</i> $notes\n";
echo "<font class=\"content\">$boxstuff</font>\n";
}
}

Align: justify;


Align: justify;

echo "<div class=\"content\" style=\"text-align: justify;\">$thetext<br>$notes</div>\n";



function FormatStory ($thetext, $notes, $aid, $informant) {
global $anonymous;

if ($notes != "") {
$notes = "<b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "<font class=\"content\">\n";
echo "<div class=\"content\" stylestyle=\"text-align: justify;\">$thetext<br>$notes</div>\n";
} else {
if($informant != "") {
$boxstuff = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
} else {
$boxstuff = "$anonymous ";
}
$boxstuff .= ""._WRITES." <i>\"$thetext\"</i> $notes\n";
echo "<font class=\"content\">$boxstuff</font>\n";
}
}




Obsah fóra BLASSENweb » Vzhledy - Themes
|
|