From: <ok...@us...> - 2003-01-06 20:06:22
|
Update of /cvsroot/xoops/xoops2/modules/xoopsheadlines In directory sc8-pr-cvs1:/tmp/cvs-serv25445/modules/xoopsheadlines Modified Files: index.php Log Message: removed $xoopsOption['template_used'] Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/xoopsheadlines/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 2 Jan 2003 18:05:05 -0000 1.1 --- index.php 6 Jan 2003 20:06:13 -0000 1.2 *************** *** 29,33 **** $hlman =& $xoopsMF->get(MANAGER_HEADLINE); $hlid = isset($HTTP_GET_VARS['id']) ? intval($HTTP_GET_VARS['id']) : 0; - $xoopsOption['template_used'] = array('xoopsheadlines_index.html'); $xoopsOption['template_main'] = 'xoopsheadlines_index.html'; include XOOPS_ROOT_PATH.'/header.php'; --- 29,32 ---- |