Menu

#35 Simple Phorum header and footer files.

open
nobody
None
1
2002-04-09
2002-04-09
Joe Stewart
No

Simple header.php and footer.php to display the
phpslash header and footer in phorum.

That is all that these do. They do not display any
block s. There are two login and auth systems too.

header.php -

<?php

// path to phpslash config.php3 file
require("/var/www/cvs/config.php3");

page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));

if(!empty($HTTP_GET_VARS['login'])) {
$auth->login_if($HTTP_GET_VARS['login']);
}

slashhead("Forums", "Forums");

?>
<div class="PhorumForumTitle"><strong><?php echo
$ForumName; ?></strong></div>
<br />

footer.php -

<br />
<?php

slashfoot();

?>

Discussion

  • Joe Stewart

    Joe Stewart - 2002-04-09
     
  • Joe Stewart

    Joe Stewart - 2002-04-09
    • summary: imple Phorum header and footer files. --> Simple Phorum header and footer files.
     

Log in to post a comment.