--- /dev/null
+<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/label/icon.gif"> <B>Labels</B></P>
+<UL>
+<P>This is a not a true activity - it is a "dummy" activity that allows you
+ to insert text and graphics among the other activities on the course page.</p>
+</UL>
+
--- /dev/null
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string['modulename'] = "Label";
+$string['modulenameplural'] = "Labels";
+#------------------------------------------------------------
+
+
+$string['labeltext'] = "Label text";
+
+?>