|
From: Benjamin C. <bc...@us...> - 2001-10-15 13:51:46
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv22471 Modified Files: logout.php Log Message: Fixed a bug with the change to THEME Index: logout.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/logout.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- logout.php 2001/08/09 12:54:47 1.5 +++ logout.php 2001/10/15 13:51:43 1.6 @@ -25,7 +25,7 @@ $auth->unauth(); -include 'templates/'.THEME.'logout.html'; +include 'templates/'.THEME.'/logout.html'; page_close(); |