Parent Directory
|
Revision Log
|
Revision Graph
updates for release verion
| 1 | <?php // $Id: block-superfish.tpl.php,v 1.1 2008/08/25 03:27:31 jmburnz Exp $ |
| 2 | /** |
| 3 | * @file |
| 4 | * block.tpl.php |
| 5 | * |
| 6 | * Theme implementation to display the Superfish menu block. |
| 7 | * |
| 8 | * @see template_preprocess() |
| 9 | * @see template_preprocess_block() |
| 10 | */ |
| 11 | ?> |
| 12 | <?php print $block->content; ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |