mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
bugfix #3947 : content category page now properly combined into single menu (if option set)
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/content.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/content.php,v $
|
||||||
| $Revision: 1.17 $
|
| $Revision: 1.18 $
|
||||||
| $Date: 2007-04-18 20:46:04 $
|
| $Date: 2008-02-20 21:42:25 $
|
||||||
| $Author: lisa_ $
|
| $Author: lisa_ $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -734,8 +734,7 @@ function show_content_cat($mode=""){
|
|||||||
if( varsettrue($textparent) ){ $ns -> tablerender($caption, $textparent); }
|
if( varsettrue($textparent) ){ $ns -> tablerender($caption, $textparent); }
|
||||||
if( varsettrue($textsubparent) ){ $ns -> tablerender($captionsubparent, $textsubparent); }
|
if( varsettrue($textsubparent) ){ $ns -> tablerender($captionsubparent, $textsubparent); }
|
||||||
}else{
|
}else{
|
||||||
if( varsettrue($textchild) ){ $ns -> tablerender($captionchild, $textchild); }
|
$ns -> tablerender($caption, varsettrue($textchild).varsettrue($textparent,'').varsettrue($textsubparent,''));
|
||||||
$ns -> tablerender($caption, varsettrue($textparent,'').varsettrue($textsubparent,''));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user