Revision 1053
Added by Ruud over 16 years ago
| add.php | ||
|---|---|---|
| 34 | 34 |
<tr> |
| 35 | 35 |
<td class=\"post_short\" colspan=\"2\"> |
| 36 | 36 |
[SHORT] |
| 37 |
<a href=\"[LINK]\">[TEXT_READ_MORE]</a>
|
|
| 37 |
<span style=\"visibility:[SHOW_READ_MORE];\"><a href=\"[LINK]\">[TEXT_READ_MORE]</a></span>
|
|
| 38 | 38 |
</td> |
| 39 | 39 |
</tr>'; |
| 40 | 40 |
$footer = '</table> |
Also available in: Unified diff
Added a better option to hide the READ_MORE link in the news module. (ticket #739)