Diff of /mambo/branches/4.5.4/components/com_weblinks/weblinks.html.php
Parent Directory
|
Revision Log
|
Patch
| revision 80, Tue Dec 27 17:47:28 2005 UTC | revision 81, Thu Dec 29 12:54:47 2005 UTC | |
|---|---|---|
| # | Line 85 | Line 85 |
| 85 | global $mosConfig_live_site; | global $mosConfig_live_site; |
| 86 | // icon in table display | // icon in table display |
| 87 | if ( $params->get( 'weblink_icons' ) <> -1 ) { | if ( $params->get( 'weblink_icons' ) <> -1 ) { |
| 88 | $img = mosAdminMenus::ImageCheck( 'weblink.png', '/images/M_images/', $params->get( 'weblink_icons' ) ); | $mainframe = mosMainFrame::getInstance(); |
| 89 | $img = $mainframe->ImageCheck( 'weblink.png', '/images/M_images/', $params->get( 'weblink_icons' ) ); | |
| 90 | } else { | } else { |
| 91 | $img = NULL; | $img = NULL; |
| 92 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

