Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 297, Thu Feb 16 21:43:38 2006 UTC | revision 508, Sun May 14 20:48:05 2006 UTC | |
|---|---|---|
| # | Line 329 | Line 329 |
| 329 | $types[] = mosHTML::makeOption( 'newsfeed_category_table', T_('Newsfeed Category Table') ); | $types[] = mosHTML::makeOption( 'newsfeed_category_table', T_('Newsfeed Category Table') ); |
| 330 | } else | } else |
| 331 | if ($row->section == 'com_weblinks') { | if ($row->section == 'com_weblinks') { |
| 332 | $types[] = mosHTML::makeOption( 'weblink_category_table', T_('Weblink Category Table') ); | $types[] = mosHTML::makeOption( 'weblink_category_table', T_('Web Link Category Table') ); |
| 333 | } else { | } else { |
| 334 | $types[] = mosHTML::makeOption( 'content_category', T_('Content Category Table') ); | $types[] = mosHTML::makeOption( 'content_category', T_('Content Category Table') ); |
| 335 | $types[] = mosHTML::makeOption( 'content_blog_category', T_('Content Category Blog') ); | $types[] = mosHTML::makeOption( 'content_blog_category', T_('Content Category Blog') ); |
| # | Line 806 | Line 806 |
| 806 | ||
| 807 | case 'weblink_category_table': | case 'weblink_category_table': |
| 808 | $link = 'index.php?option=com_weblinks&catid='. $id; | $link = 'index.php?option=com_weblinks&catid='. $id; |
| 809 | $menutype = T_('Weblink Category Table'); | $menutype = T_('Web Link Category Table'); |
| 810 | break; | break; |
| 811 | ||
| 812 | default:; | default:; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

