GLOBAL:
copyright (should not be changed): /mkportal/include/functions.php
header logo and background image: /mkportal/templates/Forum_Skin/tpl_main.php
Portalmenu: /mkportal/blocks/sitenav.php
navbar: /mkportal/ include/functions.php
BLOCKS:
change center alignment to left (needed to left align boxes in IE):
"/mkportal/templates/Forum_Skin/tpl_main.php" said:
function view_block($title, $content) {
global $mklib;
$box_content = $this->box($title, $content);
return <<<EOF
<tr>
<td valign="top" align="left">
{$box_content}
</td>
</tr>
<tr>
<td id="tdspacer"> </td>
</tr>
EOF;
}
global $mklib;
$box_content = $this->box($title, $content);
return <<<EOF
<tr>
<td valign="top" align="left">
{$box_content}
</td>
</tr>
<tr>
<td id="tdspacer"> </td>
</tr>
EOF;
}
MODULES:
All:
Block title: /mkportal/modules/*/index.php (* = directory name for module)
Chat:
smilies: /mkportal/modules/chat/tpl_chat.php
clickable messages (eg, kiss, five, rose): /mkportal/modules/chat/tpl_chat.php & /mkportal/lang/English/lang_chat.php
Help files:
/mkportal/lang/English/lang_help.php













