Changeset 10482
- Timestamp:
- Apr 18, 2011, 5:15:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/trunk/themeconf.inc.php
r10317 r10482 95 95 } 96 96 97 /* picture_content.tpl */98 99 /* Suppression de la phrase "HD" sous la photo */100 /* Penser à supprimer la phrase aussi dans LLGBO fichier : picture_content.tpl */101 $this->set_prefilter('default_content', 'Addon_picture_content_Pendings_HD');102 function Addon_picture_content_Pendings_HD($content, &$smarty)103 {104 $pattern = '#<p>{\'Click on the photo to see it in high definition\'|@translate}</p>#';105 $replacement = '';106 return preg_replace($pattern, $replacement, $content);107 }108 97 109 98 /* comment_list.tpl & stuffs_comment_list.tpl */
Note: See TracChangeset
for help on using the changeset viewer.