1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +02:00

Issue #2806 - Expands on News list template to add specific styling for the first item in the list.

This commit is contained in:
Cameron
2017-10-08 09:00:34 -07:00
parent 535d85fa33
commit 85e2a67018
4 changed files with 31 additions and 2 deletions

View File

@@ -923,7 +923,7 @@ class news_shortcodes extends e_shortcode
if(empty($imgTag))
{
return null;
return null;
}
switch(vartrue($parm['type']))