Revision 1972
Added by Dietmar about 11 years ago
Lib.php | ||
---|---|---|
98 | 98 |
. 'FROM `'.$this->_oReg->TablePrefix.'pages` ' |
99 | 99 |
. 'WHERE `level`= \'0\' ' |
100 | 100 |
. 'AND `root_parent`=`page_id` ' |
101 |
. 'AND `visibility`!=\'none\' ' |
|
102 |
. 'AND `visibility`!=\'hidden\' ' |
|
101 |
. 'AND (`visibility`!=\'none\' '
|
|
102 |
. 'AND `visibility`!=\'hidden\') '
|
|
103 | 103 |
. ( ($sLangKey!='') ? ' AND `language` = \''.$sLangKey.'\'' : '') |
104 | 104 |
. 'GROUP BY `language` ' |
105 | 105 |
. 'ORDER BY `position`'; |
Also available in: Unified diff
! update fix pages/settings.php page code list
deactivate hidden and none visibility for first default_language sub