From: <ok...@us...> - 2003-01-06 20:03:46
|
Update of /cvsroot/xoops/xoops2/modules/xoopsfaq In directory sc8-pr-cvs1:/tmp/cvs-serv24311/modules/xoopsfaq Modified Files: index.php Log Message: removed $xoopsOption['template_used'] Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopsfaq/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 2 Jan 2003 20:15:50 -0000 1.1 --- index.php 6 Jan 2003 20:03:36 -0000 1.2 *************** *** 32,36 **** // this page uses smarty template // this must be set before including main header.php - $xoopsOption['template_used'] = array('xoopsfaq_index.html'); $xoopsOption['template_main'] = 'xoopsfaq_index.html'; if ($xoopsConfig['startpage'] == 'xoopsfaq') { --- 32,35 ---- *************** *** 60,64 **** // this page uses smarty template // this must be set before including main header.php - $xoopsOption['template_used'] = array('xoopsfaq_category.html'); $xoopsOption['template_main'] = 'xoopsfaq_category.html'; if ($xoopsConfig['startpage'] == 'xoopsfaq') { --- 59,62 ---- |