Ignore:
Timestamp:
Jan 19, 2021, 10:59:19 PM (3 years ago)
Author:
ddtddt
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/title/initadmin.php

    r32302 r32420  
    33// | Title plugin for piwigo by TEMMII                                     |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2424
    2525//Add link menu
    26 add_event_handler('get_admin_plugin_menu_links', 'title_admin_menu');
     26/*add_event_handler('get_admin_plugin_menu_links', 'title_admin_menu');
    2727function title_admin_menu($menu){
    2828  $menu[] = array(
     
    3232  return $menu;
    3333}
    34 
     34*/
    3535
    3636//add prefiltre photo
     
    4444
    4545function titlePadminfT($content, &$smarty){
    46   $search = '#<p style="margin:40px 0 0 0">#';
     46  $search = '#<input type="hidden" name="pwg_token"#';
    4747  $replacement = '
    4848    <p>
     
    5252    </p>
    5353       
    54 <p style="margin:40px 0 0 0">';
     54<input type="hidden" name="pwg_token"';
    5555
    5656  return preg_replace($search, $replacement, $content);
Note: See TracChangeset for help on using the changeset viewer.