Dotclear


Ignore:
Timestamp:
02/14/14 14:49:43 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

New rendering method (renderTitle) for widget title, fixes #1827

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/simpleMenu/_public.php

    r2605 r2662  
    5454          return 
    5555               ($w->content_only ? '' : '<div class="simple-menu'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 
    56                ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : '').$menu. 
     56               ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : '').$menu. 
    5757               ($w->content_only ? '' : '</div>'); 
    5858     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map