mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Tweaked and tested single shortcodes. Added batch shortcode files fpw_shortcodes and search_shortcodes. {SEARCH} shortcode template was updated to v2 standards.
This commit is contained in:
@@ -86,11 +86,11 @@ class forum_shortcodes extends e_shortcode
|
||||
|
||||
return "
|
||||
<table class='table table-bordered' style='width:100%'>\n<tr>
|
||||
<td style='width:2%'>".IMAGE_new_small."</td>
|
||||
<td style='width:2%'>".defset('IMAGE_new_small')."</td>
|
||||
<td style='width:10%'><span class='smallblacktext'>".LAN_FORUM_0039."</span></td>
|
||||
<td style='width:2%'>".IMAGE_nonew_small."</td>
|
||||
<td style='width:2%'>".defset('IMAGE_nonew_small')."</td>
|
||||
<td style='width:10%'><span class='smallblacktext'>".LAN_FORUM_0040."</span></td>
|
||||
<td style='width:2%'>".IMAGE_closed_small."</td>
|
||||
<td style='width:2%'>".defset('IMAGE_closed_small')."</td>
|
||||
<td style='width:10%'><span class='smallblacktext'>".LAN_FORUM_0041."</span></td>
|
||||
</tr>\n</table>\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user