Dotclear


Ignore:
Timestamp:
02/14/14 14:49:43 (12 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/pages/_public.php

    r2635 r2662  
    270270          $res = 
    271271          ($w->content_only ? '' : '<div class="pages'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 
    272           ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''). 
     272          ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
    273273          '<ul>'; 
    274274 
Note: See TracChangeset for help on using the changeset viewer.

Sites map