???????? ??? ????? ??????:
- ??????? ? ???????? ??????? ?????? ????? ????? FTP ??????.
- ????????? ? ?????/modules/mod_mainmenu
- ? ???? ?????????? ??????? ???? ??? ????????? helper.php
- ???????? ??? ? ???? ?? ????????? ? ????????? ??? ?????? ?????? ?????????, ? ????????? Notepad++
- ??????? ? ???? ????? ????? ??????:
// Print a link if it exists if ($tmp->url != null) { // Handle SSL links $iSecure = $iParams->def('secure', 0); if ($tmp->home == 1) { $tmp->url = JURI::base(); } elseif (strcasecmp(substr($tmp->url, 0, 4), 'http') && (strpos($tmp->link, 'index.php?') !== false)) { $tmp->url = JRoute::_($tmp->url, true, $iSecure); } else { $tmp->url = str_replace('&', '&', $tmp->url); } switch ($tmp->browserNav) { default: case 0: // _top $data = ''.$image.$tmp->name.''; break; case 1: // _blank $data = ''.$image.$tmp->name.''; break; case 2: // window.open $attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'.$this->_params->get('window_open'); // hrm...this is a bit dickey $link = str_replace('index.php', 'index2.php', $tmp->url); $data = ''.$image.$tmp->name.''; break; } } else { $data = ''.$image.$tmp->name.''; } return $data; } }
? ?????? ?? ?? ???:
// Print a link if it exists if ($tmp->url != null) { // Handle SSL links $iSecure = $iParams->def('secure', 0); if ($tmp->home == 1) { $tmp->url = JURI::base(); } elseif (strcasecmp(substr($tmp->url, 0, 4), 'http') && (strpos($tmp->link, 'index.php?') !== false)) { $tmp->url = JRoute::_($tmp->url, true, $iSecure); } else { $tmp->url = str_replace('&', '&', $tmp->url); } switch ($tmp->browserNav) { default: case 0: // _top $data = ''.$image.$tmp->name.''; break; case 1: // _blank $data = ''.$image.$tmp->name.''; break; case 2: // window.open $attribs = 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'.$this->_params->get('window_open'); // hrm...this is a bit dickey $link = str_replace('index.php', 'index2.php', $tmp->url); $data = ''.$image.$tmp->name.''; break; } } else { $data = ''.$image.$tmp->name.''; } return $data; } }
?????? ??????? ??? ?????? ???? ????? ?????????? ???? ????????? ? ??????? ????. ?? ??? ????? ?????? ????????? ? ????? ?????? ????????? ?????????? ?? ???????? ?????? title="'.$item->name.'" ? ???????? ?? ? ??? <a>, ?????????? ?? ???????? ?????? ? ??? ?????? ??? ????????? ? ???? ?? ???????? ????? ???????? ?????????.
???? ????? ????? ???????????? ?? ?????? ??? ?????? ????, ?? ? ??? ?????? ?????? ??????, ?????? ?? ????????? ??????????? ???????? ?? ??????????, ??????? ???????? ?? ????? ????? ??????, ??? ? ?????? ?????? ????? ?????????.
????? ?????? ?????? "??? ???????? Title ? ?????? ???? ????? ????? ?????? Joomla".
????? ?????! ? ??? ??? ????? ? ????????? ??????.
???????? ??????? ???????? ????????? ? ??????? ?????? ??????? ??????.