Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 509, Sun May 14 21:14:22 2006 UTC | revision 510, Sun May 14 21:46:22 2006 UTC | |
|---|---|---|
| # | Line 326 | Line 326 |
| 326 | $types[] = mosHTML::makeOption( 'contact_category_table', T_('Contact Category Table') ); | $types[] = mosHTML::makeOption( 'contact_category_table', T_('Contact Category Table') ); |
| 327 | } else | } else |
| 328 | if ($row->section == 'com_newsfeeds') { | if ($row->section == 'com_newsfeeds') { |
| 329 | $types[] = mosHTML::makeOption( 'newsfeed_category_table', T_('Newsfeed Category Table') ); | $types[] = mosHTML::makeOption( 'newsfeed_category_table', T_('News Feed Category Table') ); |
| 330 | } else | } else |
| 331 | if ($row->section == 'com_weblinks') { | if ($row->section == 'com_weblinks') { |
| 332 | $types[] = mosHTML::makeOption( 'weblink_category_table', T_('Web Link Category Table') ); | $types[] = mosHTML::makeOption( 'weblink_category_table', T_('Web Link Category Table') ); |
| # | Line 801 | Line 801 |
| 801 | ||
| 802 | case 'newsfeed_category_table': | case 'newsfeed_category_table': |
| 803 | $link = 'index.php?option=com_newsfeeds&catid='. $id; | $link = 'index.php?option=com_newsfeeds&catid='. $id; |
| 804 | $menutype = T_('Newsfeed Category Table'); | $menutype = T_('News Feed Category Table'); |
| 805 | break; | break; |
| 806 | ||
| 807 | case 'weblink_category_table': | case 'weblink_category_table': |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

