SleepIsDeath/documentation/html/newsLogin.php

19 lines
214 B
PHP
Raw Normal View History

<?php
include_once( "seedBlogs.php" );
include_once( "header.php" );
?>
[<a href="news.php">news main</a>]<br>
<center>
<BR>
<BR>
<?php seedBlogs_showLoginBox(); ?>
</center>
<?php
include( "footer.php" );
?>