Autor |
|
|
DjMaxell |
|
|
HTML EDIT " ZA SVE KOJI ZNAJU HTML " |
|
|
|
Dakle imam jedan joomla mod
popravio sam ga 90 % i usere mi nesto i meni neide dalje
VRTA ERRORA - Parse error: syntax error, unexpected T_STRING
LINE - 155
COD -
// Limit the levels of the tree is called for By limitLevels
if ($menu->getParameter('limit_levels')) {
$start = $menu->getParameter('startLevel');
$end = $menu->getParameter('endLevel');
//Limit to the active path if the start is more the level 0
if ($start > 0) {
$found = false;
// get active path and find the start level that matches
if (isset($active) && isset($active->tree) && count($active->tree)) {
reset($active->tree);
while (list($key, $value) = each($active->tree)) {
$active_child = & $menu->_children[$active->tree[$key]];
if ($active_child != null && $active_child !== false) {
if ($active_child->level == $start-1) {
$menu->resetTop($active_child->id);
$found = true;
break;
}
}
}
// mdeign
if (!$found){
$in->children= array();
}
}
// Remove lower than the defined end level
$menu->remove Level($end);
}
// Remove the child nodes that were not needed to display unless showAllChildren is set
$showAllChildren = $menu->getParameter('showAllChildren');
if (!$showAllChildren) {
^^^^^^
TU NEGDIJEN MORA BITI ERROR
Ulogujte se da bi ste vidjeli ovaj Link...
|
Upis 01.10.2011 - 22:35 |
|
|
Re: HTML EDIT " ZA SVE KOJI ZNAJU HTML " |
|
|
VIP Clan 2313 Upisi - BDJ Kralj Opomena u Forumu: 0
|
|
|
Zovi scutru on ce ti rec odma sta ne valja
|
Upis 01.10.2011 - 22:41 |
|
|
DjMaxell |
|
|
Re: HTML EDIT " ZA SVE KOJI ZNAJU HTML " |
|
|
|
koga ?
|
Upis 02.10.2011 - 00:09 |
|