diff --git a/sites/all/modules/epublish/epublish.module b/sites/all/modules/epublish/epublish.module index b125e57..06c0a79 100644 --- a/sites/all/modules/epublish/epublish.module +++ b/sites/all/modules/epublish/epublish.module @@ -103,10 +103,10 @@ function epublish_help($path, $arg) { "
  • Create a taxonomy vocabulary in !taxonomy.
  • ". "
  • Create in !taxcreate at least one term in your new taxonomy. Each posting can be associated with a taxonomy term and grouped by topic within a headlines \"section\" (see below).
  • ". "
  • Set the appropriate access right in !access
    The access right is administer publications.
  • ", - array('!modules' => l(t("administer » modules"), "admin/modules", array(), NULL, NULL, FALSE, TRUE), - '!taxonomy' => l(t("administer » topics » add vocabulary"), "admin/taxonomy/add/vocabulary", array(), NULL, NULL, FALSE, TRUE), - '!taxcreate' => l(t("administer » topics"), "admin/taxonomy", array(), NULL, NULL, FALSE, TRUE), - '!access' => l(t("administer » access"), "admin/access", array(), NULL, NULL, FALSE, TRUE))) . + array('!modules' => l(t("administer » modules"), "admin/modules", array('html' => TRUE)), + '!taxonomy' => l(t("administer » topics » add vocabulary"), "admin/taxonomy/add/vocabulary", array('html' => TRUE)), + '!taxcreate' => l(t("administer » topics"), "admin/taxonomy", array('html' => TRUE)), + '!access' => l(t("administer » access"), "admin/access", array('html' => TRUE)))) . t("

    Creating and administering publications

    ". "

    The epublish module deals with three objects, which can be created or edited using !admin:

    ". "