From: <ok...@us...> - 2003-01-06 19:46:24
|
Update of /cvsroot/xoops/xoops2/modules/contact In directory sc8-pr-cvs1:/tmp/cvs-serv17438/modules/contact Modified Files: index.php Log Message: removed $xoopsOption['template_used'] Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/contact/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 2 Jan 2003 17:04:49 -0000 1.1 --- index.php 6 Jan 2003 19:46:20 -0000 1.2 *************** *** 5,13 **** // Copyright (c) 2000 XOOPS.org // // <http://www.xoops.org/> // - // ------------------------------------------------------------------------ // - // Based on: // - // myPHPNUKE Web Portal System - http://myphpnuke.com/ // - // PHP-NUKE Web Portal System - http://phpnuke.org/ // - // Thatware - http://thatware.org/ // // ------------------------------------------------------------------------- // // This program is free software; you can redistribute it and/or modify // --- 5,8 ---- *************** *** 33,37 **** include "header.php"; if ( empty($HTTP_POST_VARS['submit']) ) { - $xoopsOption['template_used'] = array('contact_contactusform.html'); $xoopsOption['template_main'] = 'contact_contactusform.html'; include XOOPS_ROOT_PATH."/header.php"; --- 28,31 ---- |