Log Message:
-----------
Add the PGcourse.pl file, since we are encouraging authors to include
this in theie loadMacros() calls.
Added Files:
-----------
pg/macros:
PGcourse.pl
Revision Data
-------------
--- /dev/null
+++ macros/PGcourse.pl
@@ -0,0 +1,12 @@
+
+=head1 PGcourse.pl
+
+ #
+ # Do course-specific initialization here.
+ # (E.g. loading source.pl to get "show source" buttons
+ # for example courses, and so on).
+ #
+
+=cut
+
+1;
|