diff --git a/e107_plugins/news/templates/news_template.php b/e107_plugins/news/templates/news_template.php index 2a5a4985b..f9e51607c 100644 --- a/e107_plugins/news/templates/news_template.php +++ b/e107_plugins/news/templates/news_template.php @@ -13,63 +13,41 @@ global $sc_style; ###### Default list item (temporary) - TODO rewrite news, template standards ###### //$NEWS_MENU_TEMPLATE['list']['start'] = ''; -$NEWS_TEMPLATE['list']['item'] = ' -
-
-
-
- {NEWSTITLE} -
-
-
-
- {NEWSDATE=short}   {NEWSAUTHOR} -
-
-
+$NEWS_TEMPLATE['list']['item'] = ' +
+

{NEWSTITLE}

+
{NEWSDATE=short}
+
{NEWSAUTHOR}
+ +
{NEWSIMAGE} - {NEWSBODY} {EXTENDED} + {NEWSBODY} + {EXTENDED} +
+
+ {NEWSCOMMENTS} {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS}
-
-
-
- {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS} -
- {NEWSCOMMENTS} -
-
'; //$NEWS_MENU_TEMPLATE['list']['separator'] = '
'; ###### Default view item (temporary) - TODO rewrite news, template standards ###### //$NEWS_MENU_TEMPLATE['view']['start'] = ''; -$NEWS_TEMPLATE['view']['item'] = ' -
-
-
-

- {NEWSTITLE} -

-
-
-
- {NEWSDATE=short}   {NEWSAUTHOR} -
-
-

+$NEWS_TEMPLATE['view']['item'] = ' +

+

{NEWSTITLE}

+
{NEWSDATE=short}
+
{NEWSAUTHOR}
+ +
{NEWSIMAGE} - {NEWSBODY} {EXTENDED} -

-
-
-
- {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS} -
- {NEWSCOMMENTS} -
+ {NEWSBODY} + {EXTENDED} +
+
+ {NEWSCOMMENTS} {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS} +
-
'; //$NEWS_MENU_TEMPLATE['view']['separator'] = '
'; \ No newline at end of file