19 lines
214 B
PHP
19 lines
214 B
PHP
<?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" );
|
|
?>
|