Changeset 10482


Ignore:
Timestamp:
Apr 18, 2011, 5:15:23 PM (13 years ago)
Author:
Gotcha
Message:

Ne gère plus LLBGO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/trunk/themeconf.inc.php

    r10317 r10482  
    9595}
    9696
    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 }
    10897
    10998/* comment_list.tpl & stuffs_comment_list.tpl */
Note: See TracChangeset for help on using the changeset viewer.