Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1593, Mon Feb 11 20:04:16 2008 UTC | revision 1594, Mon Feb 11 21:29:23 2008 UTC | |
|---|---|---|
| # | Line 824 | Line 824 |
| 824 | $mainframe =& mosMainFrame::getInstance(); | $mainframe =& mosMainFrame::getInstance(); |
| 825 | $customs = $mainframe->getCustomPathWay(); | $customs = $mainframe->getCustomPathWay(); |
| 826 | $last = count($this->_names) - 1; | $last = count($this->_names) - 1; |
| 827 | if ($last == 0 AND count($customs == 0)) return ''; | if (($last == 0) AND (count($customs) == 0)) return ''; |
| 828 | $result = "<span class='pathway'>"; | $result = "<span class='pathway'>"; |
| 829 | $config =& mamboCore::getMamboCore(); | $config =& mamboCore::getMamboCore(); |
| 830 | $rootpath = $config->rootPath(); | $rootpath = $config->rootPath(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

