landmark

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
rgchi's picture

Aria Landmarks placement in page.tpl.php

In our page.tpl.php theme override, there exists the following line.

<!-- footer row: width = grid_width -->
<?php print theme('grid_row', $footer . $footer_message, 'footer', 'full-width', $grid_width); ?>

In order to correctly insert Aira Landmarks, am I correct in assuming the following:

<!-- footer row: width = grid_width -->
<span role="contentinfo">
<?php print theme('grid_row', $footer . $footer_message, 'footer', 'full-width', $grid_width); ?>
</span>
Read more
Subscribe with RSS Syndicate content