Ответов: 225 Просмотров: 0
|
Хах То, что доктор прописал
(Добавление)
CODE:function showKeyboard() {
global $fm;
$fm->_LoadLang('formcode');
$fm->_Title = ' :: '.$fm->LANG['HelpKeyboard'];
$fm->_Link = "\n".'<link rel="stylesheet" href="./templates/'.DEF_SKIN.'/keyboard.css" type="text/css">';
include('./templates/'.DEF_SKIN.'/all_header.tpl');
include('./templates/'.DEF_SKIN.'/keyboard.tpl');
include('./templates/'.DEF_SKIN.'/footer.tpl');
} - забыли |