diff options
-rw-r--r-- | blocks/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/blocks/index.php b/blocks/index.php new file mode 100644 index 0000000..da9f4e1 --- /dev/null +++ b/blocks/index.php @@ -0,0 +1,6 @@ +<ul class="block"> +<li><?php echo LinkModule('rudi',NULL,'Roster'); ?></li> +<li><?php echo LinkModule('rudi','&show=awards','Awards & Medals'); ?></li> +<li><?php echo LinkModule('rudi','&show=ranks','Ranks'); ?></li> +</ul> + |