Explorar o código

Add CSS info to footer to enable better styling.

Jamie Thingelstad %!s(int64=12) %!d(string=hai) anos
pai
achega
8a408c6597
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Foreground.skin.php

+ 3 - 3
Foreground.skin.php

@@ -147,12 +147,12 @@ class foregroundTemplate extends BaseTemplate {
 
 
 		<ul class="large-12 columns">
 		<ul class="large-12 columns">
 		<?php foreach ( $this->getFooterLinks( "flat" ) as $key ) { ?>
 		<?php foreach ( $this->getFooterLinks( "flat" ) as $key ) { ?>
-		        <li><?php $this->html( $key ) ?></li>
+			<li id="footer-<?php echo $key ?>"><?php $this->html( $key ) ?></li>
 		<?php } ?>
 		<?php } ?>
 		</ul>
 		</ul>
 		<ul> <?php foreach ( $this->getFooterIcons( "nocopyright" ) as $blockName => $footerIcons ) { ?>
 		<ul> <?php foreach ( $this->getFooterIcons( "nocopyright" ) as $blockName => $footerIcons ) { ?>
-        <li><?php foreach ( $footerIcons as $icon ) { ?>
-            <?php echo $this->getSkin()->makeFooterIcon( $icon, 'withoutImage' ); ?>
+	<li class="<?php echo $blockName ?>"><?php foreach ( $footerIcons as $icon ) { ?>
+	    <?php echo $this->getSkin()->makeFooterIcon( $icon, 'withoutImage' ); ?>
  						<?php } ?>
  						<?php } ?>
         </li>
         </li>
 				<?php } ?>
 				<?php } ?>