2014-03-30, 11:12 PM
Hi. In order to avoid errors of incorrect closing tags and lost divs, I think that template private_read
must be
As you can see, </table> closed before {$message}
That would be the correct way of closing
Regards
must be
</tr>
{$action_time}
</table>
{$message}
</td>
</tr>
</table>
{$footer}
</body>
</html>
As you can see, </table> closed before {$message}
That would be the correct way of closing
Regards