Dotclear


Ignore:
Timestamp:
07/11/11 10:49:56 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:

Contrôle de l'attribut description (span ou title)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/simpleMenu/_public.php

    r566 r567  
    2222          $id = isset($attr['id']) ? trim($attr['id']) : ''; 
    2323          $description = isset($attr['description']) ? trim($attr['description']) : ''; 
     24           
     25          if (!preg_match('#^(title|span)$#',$description)) { 
     26               $description = ''; 
     27          } 
    2428           
    2529          return '<?php echo tplSimpleMenu::displayMenu('. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map