fix hyperlink

This commit is contained in:
Jenkings
2024-01-15 06:11:21 +00:00
parent b93d06117e
commit ac3ce7bca4

View File

@@ -41,9 +41,9 @@ include('template/header.php');
<article>
<p><?php echo $message; ?> </p>
</article>
<a class="btn btn-blog pull-right" href="view.php?id=<?php echo $post['id']; ?>">READ MORE</a>
<a class="btn btn-blog pull-right" href="article.php?id=<?php echo $post['id']; ?>">READ MORE</a>
</div>
<?php } ?>
</div>
</div>
<?php include('template/footer.php');?>
<?php include('template/footer.php');?>