Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1320, Fri Sep 28 09:50:33 2007 UTC | revision 1321, Fri Sep 28 23:34:42 2007 UTC | |
|---|---|---|
| # | Line 1559 | Line 1559 |
| 1559 | } | } |
| 1560 | } | } |
| 1561 | } | } |
| 1562 | if ($Itemid == 0 && !count($result)){ | |
| 1563 | $result[0] = new stdclass; | |
| 1564 | $result[0]->id = 1; | |
| 1565 | $result[0]->link = 'index.php?option=com_frontpage'; | |
| 1566 | $result[0]->parent = 0; | |
| 1567 | $result[0]->type = 'components'; | |
| 1568 | $result[0]->browserNav = 0; | |
| 1569 | $result[0]->name = 'Home'; | |
| 1570 | } | |
| 1571 | return $result; | return $result; |
| 1572 | } | } |
| 1573 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

