Dotclear


Ignore:
Timestamp:
12/22/14 11:07:41 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.7
Message:

Revert part of rev 2866 as these modifications will implied CSS review (lot of) for Berlin theme, programmed for the next 2.8 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/widgets/_widgets_functions.php

    r2866 r2870  
    5353          $res = 
    5454          ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
    55           '<nav role="navigation"><ul>'; 
     55          '<ul role="navigation">'; 
    5656 
    5757          if ($core->url->type != 'default') { 
     
    6666          '<a href="'.$core->blog->url.$core->url->getURLFor("archive").'">'. 
    6767          __('Archives').'</a></li>'. 
    68           '</ul></nav>'; 
     68          '</ul>'; 
    6969 
    7070          return $w->renderDiv($w->content_only,$w->class,'id="topnav"',$res); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map