Cambios hechos por Fernando

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@178 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-09-11 18:21:36 +00:00
parent 92075eede1
commit 2488b7fa7e

View File

@ -149,6 +149,7 @@ function login_footer($input_id = '') {
<?php do_action('login_footer'); ?>
<div class="clear"></div>
<img id="imagenLogin" src="http://www.asong2u.com/wp-content/themes/score/lib/images/login.jpg" alt="Dedicate a song to your friends. Share your favourite music videos. Chat with other people all over the world about your favourute bands. The social network everybody is talking about... and it's absolutely free!!" title=""/>
</body>
</html>
<?php
@ -617,6 +618,8 @@ default:
<?php if ( $customize_login ) : ?>
<script type="text/javascript">setTimeout( function(){ new wp.customize.Messenger({ url: '<?php echo wp_customize_url(); ?>', channel: 'login' }).send('login') }, 1000 );</script>
<?php endif; ?>
<img id="imagenLogin" src="http://www.asong2u.com/wp-content/themes/score/lib/images/login.jpg" alt="Dedicate a song to your friends. Share your favourite music videos. Chat with other people all over the world about your favourute bands. The social network everybody is talking about... and it's absolutely free!!" title=""/>
</body></html>
<?php exit;
}