Ignore:
Timestamp:
Feb 18, 2011, 5:34:50 PM (13 years ago)
Author:
mistic100
Message:

[extensions] PHP Optimisateur

  • fix many path bugs
  • debug some plugins
  • add ratio detection for ConvertPan
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/plugins/watermark/setup.php

    r9201 r9276  
    44        case 'read_config':
    55                load_plugin_lang('watermark');
    6                 $PAGE_CONTENT[0] .= '<table>
     6                $PAGE_CONTENT[0] .= '
     7                <table>
    78                        <tr>
    89                                <td>'.l10n('watermark.waterFILE').' :</td>
     
    2829        case 'edit_config':
    2930                load_plugin_lang('watermark');
    30                 $PAGE_CONTENT[0] .= '<table>
     31                $PAGE_CONTENT[0] .= '
     32                <table>
    3133                        <tr>
    3234                                <td>'.l10n('watermark.waterFILE').' :</td>
Note: See TracChangeset for help on using the changeset viewer.