Changeset 3824:867da272ed7d for inc/admin/lib.dc.page.php
- Timestamp:
- 08/25/18 10:55:52 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3821 r3824 222 222 '<li><a href="#help">' . __('Go to help') . '</a></li>' . 223 223 '</ul>' . "\n" . 224 '< divid="header" role="banner">' .224 '<header id="header" role="banner">' . 225 225 '<h1><a href="' . $core->adminurl->get("admin.home") . '"><span class="hidden">' . DC_VENDOR_NAME . '</span></a></h1>' . "\n"; 226 226 … … 238 238 '</span><img src="images/logout.png" alt="" /></a></li>' . 239 239 '</ul>' . 240 '</ div>'; // end header240 '</header>'; // end header 241 241 242 242 echo … … 246 246 '<img class="expand-mm visually-hidden" src="images/collapser-show.png" alt="' . __('Show main menu') . '" />' . 247 247 '</button></div>' . 248 '< divid="main" role="main">' . "\n" .248 '<main id="main" role="main">' . "\n" . 249 249 '<div id="content" class="clearfix">' . "\n"; 250 250 … … 366 366 echo 367 367 "</div>\n" . // End of #content 368 "</ div>\n" . // End of #main369 370 '< div id="main-menu" role="navigation">' . "\n" .368 "</main>\n" . // End of #main 369 370 '<nav id="main-menu" role="navigation">' . "\n" . 371 371 372 372 '<form id="search-menu" action="' . $core->adminurl->get("admin.search") . '" method="get" role="search">' . … … 389 389 390 390 echo 391 '</ div>' . "\n" . // End of #main-menu391 '</nav>' . "\n" . // End of #main-menu 392 392 "</div>\n"; // End of #wrapper 393 393 … … 408 408 409 409 echo 410 '< divid="footer" role="contentinfo">' .410 '<footer id="footer" role="contentinfo">' . 411 411 '<a href="http://dotclear.org/" title="' . $text . '">' . 412 '<img src="style/dc_logos/w-dotclear90.png" alt="' . $text . '" /></a></ div>' . "\n" .412 '<img src="style/dc_logos/w-dotclear90.png" alt="' . $text . '" /></a></footer>' . "\n" . 413 413 "<!-- " . "\n" . 414 414 $figure . … … 493 493 echo 494 494 '<div id="wrapper">' . "\n" . 495 '< divid="main" role="main">' . "\n" .495 '<main id="main" role="main">' . "\n" . 496 496 '<div id="content">' . "\n"; 497 497 … … 507 507 echo 508 508 "</div>\n" . // End of #content 509 "</ div>\n" . // End of #main509 "</main>\n" . // End of #main 510 510 "</div>\n" . // End of #wrapper 511 511 512 512 '<p id="gototop"><a href="#wrapper">' . __('Page top') . '</a></p>' . "\n" . 513 513 514 '< div id="footer" role="contentinfo"><p> </p></div>' . "\n" .514 '<footer id="footer" role="contentinfo"><p> </p></footer>' . "\n" . 515 515 '</body></html>'; 516 516 }
Note: See TracChangeset
for help on using the changeset viewer.