mirror of
https://github.com/FranP-code/Allnews.com.git
synced 2025-10-13 00:32:45 +00:00
Retoques
This commit is contained in:
11
news.php
11
news.php
@@ -41,7 +41,16 @@
|
||||
</div>
|
||||
|
||||
<div class="source">
|
||||
Autor: <b><?php echo $author;?></b> | Pagina fuente: <b><?php echo $page_source;?></b>
|
||||
<?php
|
||||
if ($author) {
|
||||
echo "Autor: <b>$author</b> | ";
|
||||
}
|
||||
|
||||
echo "Pagina fuente: <b>$page_source</b>";
|
||||
|
||||
?>
|
||||
|
||||
<!-- Autor: <b><?php echo $author;?></b> | Pagina fuente: <b><?php echo $page_source;?></b> -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user