Diff of /mambo/branches/4.6/mambots/search/sections.searchbot.php
Parent Directory
|
Revision Log
|
Patch
| revision 38, Mon Dec 19 11:51:42 2005 UTC | revision 39, Mon Dec 19 21:03:57 2005 UTC | |
|---|---|---|
| # | Line 63 | Line 63 |
| 63 | for ( $i = 0; $i < $count; $i++ ) { | for ( $i = 0; $i < $count; $i++ ) { |
| 64 | if ( $rows[$i]->menutype == 'content_section' ) { | if ( $rows[$i]->menutype == 'content_section' ) { |
| 65 | $rows[$i]->href = 'index.php?option=com_content&task=section&id='. $rows[$i]->secid .'&Itemid='. $rows[$i]->menuid; | $rows[$i]->href = 'index.php?option=com_content&task=section&id='. $rows[$i]->secid .'&Itemid='. $rows[$i]->menuid; |
| 66 | $rows[$i]->section = 'Section List'; | $rows[$i]->section = T_('Section List'); |
| 67 | } | } |
| 68 | if ( $rows[$i]->menutype == 'content_blog_section' ) { | if ( $rows[$i]->menutype == 'content_blog_section' ) { |
| 69 | $rows[$i]->href = 'index.php?option=com_content&task=blogsection&id='. $rows[$i]->secid .'&Itemid='. $rows[$i]->menuid; | $rows[$i]->href = 'index.php?option=com_content&task=blogsection&id='. $rows[$i]->secid .'&Itemid='. $rows[$i]->menuid; |
| 70 | $rows[$i]->section = 'Section Blog'; | $rows[$i]->section = T_('Section Blog'); |
| 71 | } | } |
| 72 | } | } |
| 73 | return $rows; | return $rows; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

