Diff of /mambo/branches/4.6/components/com_content/content.php
Parent Directory
|
Revision Log
|
Patch
| revision 1561, Tue Jan 15 04:59:17 2008 UTC | revision 1622, Fri Feb 22 23:07:08 2008 UTC | |
|---|---|---|
| # | Line 196 | Line 196 |
| 196 | $params =& new mosParameters( $menu->params ); | $params =& new mosParameters( $menu->params ); |
| 197 | } else { | } else { |
| 198 | $menu = ""; | $menu = ""; |
| 199 | $params =& new mosEmpty(); | $params =& new mosParameters( $menu->params ); |
| 200 | ||
| 201 | } | } |
| 202 | $orderby = $params->get( 'orderby', '' ); | $orderby = $params->get( 'orderby', '' ); |
| # | Line 504 | Line 504 |
| 504 | } | } |
| 505 | ||
| 506 | // no menu item found and no params loaded so create a default params object | // no menu item found and no params loaded so create a default params object |
| 507 | if (!$params) $params = new stdClass(); | if (!$params) $params =& new mosParameters( $menu->params ); |
| 508 | ||
| 509 | // new blog multiple section handling | // new blog multiple section handling |
| 510 | if ( !$id ) { | if ( !$id ) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

