Changeset 2866:c757993d0d27 for plugins/widgets/_widgets_functions.php
- Timestamp:
- 12/21/14 08:54:14 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_widgets_functions.php
r2778 r2866 53 53 $res = 54 54 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 55 '< ul role="navigation">';55 '<nav role="navigation"><ul>'; 56 56 57 57 if ($core->url->type != 'default') { … … 66 66 '<a href="'.$core->blog->url.$core->url->getURLFor("archive").'">'. 67 67 __('Archives').'</a></li>'. 68 '</ul> ';68 '</ul></nav>'; 69 69 70 70 return $w->renderDiv($w->content_only,$w->class,'id="topnav"',$res);
Note: See TracChangeset
for help on using the changeset viewer.