diff --git a/language/en-GB/en-GB.mod_articles_news.ini b/language/en-GB/en-GB.mod_articles_news.ini index e48458414ea89..b289af6302d15 100644 --- a/language/en-GB/en-GB.mod_articles_news.ini +++ b/language/en-GB/en-GB.mod_articles_news.ini @@ -23,6 +23,8 @@ MOD_ARTICLES_NEWS_FIELD_SEPARATOR_DESC="Show separator after last Article." MOD_ARTICLES_NEWS_FIELD_SEPARATOR_LABEL="Show Last Separator" MOD_ARTICLES_NEWS_FIELD_TITLE_DESC="Show or hide the Article title." MOD_ARTICLES_NEWS_FIELD_TITLE_LABEL="Show Article Title" +MOD_ARTICLES_NEWS_FIELD_SHOWINTROTEXT_DESC="Show or hide the article intro text." +MOD_ARTICLES_NEWS_FIELD_SHOWINTROTEXT_LABEL="Show Intro Text" MOD_ARTICLES_NEWS_READMORE="Read more ..." MOD_ARTICLES_NEWS_READMORE_REGISTER="Register to Read More" MOD_ARTICLES_NEWS_TITLE_HEADING="Header Level" diff --git a/modules/mod_articles_news/mod_articles_news.xml b/modules/mod_articles_news/mod_articles_news.xml index 9eba4e0ce235b..705f0d412a594 100644 --- a/modules/mod_articles_news/mod_articles_news.xml +++ b/modules/mod_articles_news/mod_articles_news.xml @@ -99,6 +99,18 @@ + + + + + beforeDisplayContent; ?> -introtext; ?> +get('show_introtext', '1')) : ?> + introtext; ?> + afterDisplayContent; ?>