• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List

system/plugins/coreblocks/block.meta_links.php

00001 <?php if ( !defined( 'HABARI_PATH' ) ) { die( 'No direct access' ); } ?>
00002 <ul id="meta_links">
00003   <?php $links = $content->list; foreach( $links as $label => $href): ?>
00004   <li><a href="<?php echo $label; ?>"><?php echo $href; ?></a></li>
00005   <?php endforeach; ?>
00006 </ul>

Generated on Sun Aug 4 2013 12:51:44 for Habari by  doxygen 1.7.1