diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-31 18:28:44 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-31 18:28:44 -0500 |
commit | 58ac03fce6cdec0e4b401105f2987dc10670846c (patch) | |
tree | 71d9a8cc24e0ab7b929070ae9721485a0e37c574 | |
parent | 4c273bcca53e335d449ee677e36bf90e1fd1d253 (diff) | |
download | bayonetcms-58ac03fce6cdec0e4b401105f2987dc10670846c.tar.gz |
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@484 c5b2fb0a-d05d-0410-98c8-828840a80ff6
-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> + |