Ignore:
Timestamp:
Apr 10, 2011, 7:43:33 PM (13 years ago)
Author:
grum
Message:

bug:2144
Compatibility with Piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_aim.class.inc.php

    r8962 r10247  
    4040    global $template;
    4141
    42     $template->append('footer_elements', "<script>$(document).ready(function () { $('li a[href=".$template->get_template_vars('U_CONFIG_MENUBAR')."]').attr('href', '".$this->getAdminLink()."&amp;fAMM_tabsheet=setmenu&amp;fAMM_page=position'); });</script>");
     42    $template->append('footer_elements', "<script>$(document).ready(function () { $('li a[href=\"".$template->get_template_vars('U_CONFIG_MENUBAR')."\"]').attr('href', '".$this->getAdminLink()."&amp;fAMM_tabsheet=setmenu&amp;fAMM_page=position'); });</script>");
    4343  }
    4444
Note: See TracChangeset for help on using the changeset viewer.