Actualizar 'index.php'

This commit is contained in:
Lucas 2021-04-09 18:09:45 +00:00
parent 309afa4f3e
commit f0c272eec4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if(isset($_GET["p"])){
$post=$_GET["p"]-1;
echo "<!DOCTYPE html><html><head><!--~weblogs v1--><title>".$posts[$post][1]." | $title</title><style>$style</style>$custom_css</head><body><a id='logo' href='?'><h1>$title</h1></a><div class='notlogo'>";
if(strpos($posts[$post][1],"\n")){$html_log=str_replace("\n","<br>",$posts[$post][2]);}else{$html_log=$posts[$post][1];}
echo "<h1>".$posts[$post][1]."</h1>".$posts[$post][0]."<br><br><div id='article'>$html_log</div>";
echo "<h2>".$posts[$post][1]."</h2>".$posts[$post][0]."<br><br><div id='article'>$html_log</div>";
if($utterances!=False){echo "<br>$utterances";}
echo $footer;
}else{