@@ 2186-2188 (lines=3) @@ | ||
2183 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] !== 3) { |
|
2184 | if ($newdate < $time) { |
|
2185 | if ((int)$status > 1) { |
|
2186 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] === 1) { |
|
2187 | $new = ' <img src="' . XOOPS_URL . '/modules/' . $xoopsModule->getVar('dirname') . '/assets/images/icon/updated.gif" alt="" style="vertical-align: middle;" />'; |
|
2188 | } |
|
2189 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] === 2) { |
|
2190 | $new = '<em>' . _MD_XOOPSTUBE_UPDATED . '</em>'; |
|
2191 | } |
|
@@ 2193-2195 (lines=3) @@ | ||
2190 | $new = '<em>' . _MD_XOOPSTUBE_UPDATED . '</em>'; |
|
2191 | } |
|
2192 | } else { |
|
2193 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] === 1) { |
|
2194 | $new = ' <img src="' . XOOPS_URL . '/modules/' . $xoopsModule->getVar('dirname') . '/assets/images/icon/new.gif" alt="" style="vertical-align: middle;" />'; |
|
2195 | } |
|
2196 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] === 2) { |
|
2197 | $new = '<em>' . _MD_XOOPSTUBE_NEW . '</em>'; |
|
2198 | } |
|
@@ 2203-2205 (lines=3) @@ | ||
2200 | } |
|
2201 | if ($popdate > $time) { |
|
2202 | if ($counter >= $GLOBALS['xoopsModuleConfig']['popular']) { |
|
2203 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] === 1) { |
|
2204 | $pop = ' <img src="' . XOOPS_URL . '/modules/' . $xoopsModule->getVar('dirname') . '/assets/images/icon/popular.png" alt="" style="vertical-align: middle;" />'; |
|
2205 | } |
|
2206 | if ($GLOBALS['xoopsModuleConfig']['displayicons'] === 2) { |
|
2207 | $pop = '<em>' . _MD_XOOPSTUBE_POPULAR . '!</em>'; |
|
2208 | } |