Tarea #1048 -> Redirigir automáticamente a la pantalla de login cuando se activa un usuario que se ha registrado
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@148 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
bf8143d38f
commit
f7d0fd11b0
@ -48,7 +48,12 @@
|
|||||||
|
|
||||||
</div><!-- .padder -->
|
</div><!-- .padder -->
|
||||||
</div><!-- #content -->
|
</div><!-- #content -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
<!--
|
||||||
|
function aredirect() { window.location="<?php echo home_url(); ?>"; }
|
||||||
|
setTimeout('aredirect()', 3000);
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
<?php get_sidebar( 'buddypress' ) ?>
|
<?php get_sidebar( 'buddypress' ) ?>
|
||||||
|
|
||||||
<?php get_footer( 'buddypress' ); ?>
|
<?php get_footer( 'buddypress' ); ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user