@@ -62,6 +62,11 @@ function page_specific_class_help($route_name, RouteMatchInterface $route_match)
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t("Page Specific Class allows users to add classes to body of any page through the configuration interface. Hooray for more powerful page theming!").'</p>';
$output.='<h3>'.t('Installation note').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Enable the module on <a href=":extend_link">extend menu</a>.',[':extend_link'=>Url::fromRoute('system.modules_list')->toString()]).'</dt>';
$output.='</dl>';
$output.='<h3>'.t('Usage').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('To add a class to a body tag of page, simply visit that configuration page at <a href=":configure_link">Configure</a>.',[':configure_link'=>Url::fromRoute('page_specific_class.settings')->toString()]).'</dt>';