|
From: Benjamin C. <bc...@us...> - 2001-08-01 22:08:10
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv704 Modified Files: logout.php Log Message: Use the theme, Luke Index: logout.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/logout.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- logout.php 2001/02/03 18:05:31 1.1 +++ logout.php 2001/08/01 22:08:07 1.2 @@ -8,7 +8,7 @@ $auth->unauth(); -include 'templates/logout.html'; +include 'templates/'.THEME.'logout.html'; page_close(); |