Changeset 1352669
- Timestamp:
- 02/17/2016 02:43:19 PM (10 years ago)
- Location:
- hal/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-hal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hal/trunk/readme.txt
r1352472 r1352669 83 83 Example : [cv-hal] => Settings Page Plugin ; [cv-hal id=184 type=authStructId_i] => Identifier Structure 184 84 84 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.86 85 * Bug fixed on link URL in Metadata 87 86 * Improve the performance of the page -
hal/trunk/wp-hal.php
r1352463 r1352669 59 59 echo 'Please check the';?> <a href="https://wordpress.org/plugins/hal/faq/" target="_blank" id="curl">FAQ</a><?php echo ' with the code : CURL'; 60 60 } else { 61 if (file_exists(get_option('option_css'))){62 ?>63 <style>64 <?php65 include get_option('option_css');66 ?>67 </style>68 <?php69 }70 61 if (get_option('option_idhal') != '') { 71 62 $idhal = verifSolr(get_option('option_idhal')); … … 1038 1029 <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> 1039 1030 </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>1049 1031 </table> 1050 1032 <?php
Note: See TracChangeset
for help on using the changeset viewer.