Diff of /mambo/branches/4.6/administrator/includes/admin.php
Parent Directory
|
Revision Log
|
Patch
| revision 474, Thu Apr 13 16:21:17 2006 UTC | revision 475, Sat Apr 15 08:28:04 2006 UTC | |
|---|---|---|
| # | Line 611 | Line 611 |
| 611 | } | } |
| 612 | ||
| 613 | function mosLoadCustomModule( &$module, &$params ) { | function mosLoadCustomModule( &$module, &$params ) { |
| 614 | die ("The function mosLoadCustomModule has had its code removed as it appears unused"); | if ($module->content) { |
| 615 | $moduleclass_sfx = $params->get( 'moduleclass_sfx', '' ); | |
| 616 | echo '<table cellpadding="0" cellspacing="0" class="moduletable' . $moduleclass_sfx . '">'; | |
| 617 | echo '<tr>'; | |
| 618 | echo '<td>' . $module->content . '</td>'; | |
| 619 | echo '</tr>'; | |
| 620 | echo '</table>'; | |
| 621 | } | |
| 622 | ||
| 623 | } | } |
| 624 | ||
| 625 | function mosShowSource( $filename, $withLineNums=false ) { | function mosShowSource( $filename, $withLineNums=false ) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

