Tengo esto en mi plantilla:
Código HTML:
<div class="form-group"> {if $error} <div class="content text-center text-danger"><strong>{$error}</strong></div> {/if} </div>
Código HTML:
<script type="text/javascript"> $(document).ready(function() { setTimeout(function() { $(".content").fadeOut(1500); },400); }); </script>
Cómo puedo solucionar esto? Gracias.