Plugin Directory

Changeset 1352669


Ignore:
Timestamp:
02/17/2016 02:43:19 PM (10 years ago)
Author:
Friz
Message:

Correction bug

Location:
hal/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hal/trunk/readme.txt

    r1352472 r1352669  
    8383Example : [cv-hal] => Settings Page Plugin ; [cv-hal id=184 type=authStructId_i] => Identifier Structure 184
    8484
    85 * Modification about stylesheets, now in the setting page of the plugin you can give a path to your own stylesheet. It will be automatically loaded if the path is correct.
    8685* Bug fixed on link URL in Metadata
    8786* Improve the performance of the page
  • hal/trunk/wp-hal.php

    r1352463 r1352669  
    5959        echo 'Please check the';?> <a href="https://wordpress.org/plugins/hal/faq/" target="_blank" id="curl">FAQ</a><?php echo ' with the code : CURL';
    6060    } else {
    61         if (file_exists(get_option('option_css'))){
    62             ?>
    63             <style>
    64                 <?php
    65                     include get_option('option_css');
    66                 ?>
    67             </style>
    68         <?php
    69         }
    7061        if (get_option('option_idhal') != '') {
    7162            $idhal = verifSolr(get_option('option_idhal'));
     
    10381029                                <td><input type="text" style="width:300px;" placeholder="Exemple : link.dine" name="option_social3" id="option_social3" value="<?php echo get_option('option_social3'); ?>"/><img alt="linkedin" src="<?php echo plugin_dir_url( __FILE__ )  ?>img/linkedin.svg" style="vertical-align:middle; width:32px; margin-left:2px; margin-right:2px;"/></td>
    10391030                            </tr>
    1040                             <tr valign="top">
    1041                                 <th scope="row" style="font-size: 18px;"><?php echo __('Feuille de style CSS :','wp-hal');?></th>
    1042                             </tr>
    1043                             <tr valign="top">
    1044                                 <th scope="row"><?php echo __("Chemin d'accès fichier CSS",'wp-hal');?></th>
    1045                                 <td>
    1046                                     <input type="text" style="width:400px;" placeholder="Exemple : C:\Users\110\Pictures\test.css" name="option_css" id="option_css" value="<?php echo get_option('option_css'); ?>"/>
    1047                                 </td>
    1048                             </tr>
    10491031                        </table>
    10501032                        <?php
Note: See TracChangeset for help on using the changeset viewer.