*XOOPS_ROOT_PATH/include/common.php

// ############## Include common functions file ##############

include_once XOOPS_ROOT_PATH.'/include/getengine.inc.php'; list($getengine_name,$getengine_query)=xoops_se_getengine(); define("XOOPS_QUERY_WORD",$getengine_query); define("XOOPS_SEARCH_ENGINE_NAME",$getengine_name); unset ($getengine_name,$getengine_query);

*XOOPS_ROOT_PATH/footer.php

include_once XOOPS_ROOT_PATH . '/include/notification_select.php'; if (isset($xoopsOption['template_main'])) { if (isset($xoopsCachedTemplateId)) { $xoopsTpl->assign('xoops_contents', $xoopsTpl->fetch('db:'.$xoopsOption['template_main'], $xoopsCachedTemplateId)); } else { $xoopsTpl->assign('xoops_contents', $xoopsTpl->fetch('db:'.$xoopsOption['template_main'])); } } else { if (isset($xoopsCachedTemplate)) { $xoopsTpl->assign('dummy_content', ob_get_contents()); $xoopsTpl->assign('xoops_contents', $xoopsTpl->fetch($xoopsCachedTemplate, $xoopsCachedTemplateId),); } else { $xoopsTpl->assign('xoops_contents', ob_get_contents()); } ob_end_clean(); }

include_once XOOPS_ROOT_PATH . '/include/notification_select.php'; if (isset($xoopsOption['template_main'])) { if (isset($xoopsCachedTemplateId)) { $xoopsTpl->assign('xoops_contents', xoops_word_highlight($xoopsTpl->fetch('db:'.$xoopsOption['template_main'], $xoopsCachedTemplateId),XOOPS_QUERY_WORD)); } else { $xoopsTpl->assign('xoops_contents', xoops_word_highlight($xoopsTpl->fetch('db:'.$xoopsOption['template_main']),XOOPS_QUERY_WORD)); } } else { if (isset($xoopsCachedTemplate)) { $xoopsTpl->assign('dummy_content', ob_get_contents()); $xoopsTpl->assign('xoops_contents', xoops_word_highlight($xoopsTpl->fetch($xoopsCachedTemplate, $xoopsCachedTemplateId),XOOPS_QUERY_WORD)); } else { $xoopsTpl->assign('xoops_contents', xoops_word_highlight(ob_get_contents(),XOOPS_QUERY_WORD)); } ob_end_clean(); }

*XOOPS_ROOT_PATH/xoops.css

strong.word0 { background-color:#FFFF66; color:black; }

strong.word1 { background-color:#A0FFFF; color:black; }

strong.word2 { background-color:#99FF99; color:black; }

strong.word3 { background-color:#FF9999; color:black; }

strong.word4 { background-color:#FF66FF; color:black; }

strong.word5 { background-color:#880000; color:white; }

strong.word6 { background-color:#00AA00; color:white; }

strong.word7 { background-color:#886800; color:white; }

strong.word8 { background-color:#004699; color:white; }

strong.word9 { background-color:#990099; color:white; }




トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2005-07-19 (火) 09:00:00