Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/includes/mamboHTML.php
Parent Directory
|
Revision Log
|
Patch
| 272 |
|
|
| 273 |
// checks template image directory for image, if non found default are loaded |
// checks template image directory for image, if non found default are loaded |
| 274 |
if ( $params->get( 'icons' ) ) { |
if ( $params->get( 'icons' ) ) { |
| 275 |
$mainframe = mosMainFrame::getInstance(); |
$mainframe =& mosMainFrame::getInstance(); |
| 276 |
$image = $mainframe->ImageCheck( 'printButton.png', '/images/M_images/', NULL, NULL, T_('Print')); |
$image = $mainframe->ImageCheck( 'printButton.png', '/images/M_images/', NULL, NULL, T_('Print')); |
| 277 |
} else { |
} else { |
| 278 |
$image = _ICON_SEP .' '. T_('Print'). ' '. _ICON_SEP; |
$image = _ICON_SEP .' '. T_('Print'). ' '. _ICON_SEP; |
|
|
Legend:
| Removed from v.193 |
|
| changed lines |
| |
Added in v.238 |
|
|

Web Hosting provided by Network
Redux.