-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpart-app.php
executable file
·35 lines (31 loc) · 937 Bytes
/
part-app.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<script>
document.title = "Pomodoros <?php global $title_apendix; echo $title_apendix.' » ';_e('Mobile', 'sis-foca-js'); ?>";
</script>
<div id="center_layout" class="col-md-8 col-md-offset-2">
<?php
if(is_user_logged_in()) { ?>
<script>
window.location = "https://www.pomodoros.com.br/focus";
</script>
<?php } ?>
<h2 class="forte"><?php _e("Pomodoros Mobile", "sis-foca-js"); ?></h2>
<p class="bg-dangerD"><?php _e("Login to access app", "sis-foca-js"); ?></p>
<div id="">
<?php wp_login_form(); ?>
<div style="margin-top:-40px;">
<?php do_action( 'wordpress_social_login' ); ?>
<div style="margin-top: -40px;">
<?php do_action( 'bp_after_sidebar_login_form' ); ?>
</div>
</div>
</div>
<br style="clear:both; margin-top: 30px;">
<p>
<?php
if(function_exists("show_lang_options"))
show_lang_options(); ?>
</p>
<center>
<?php echo show_sponsor("onlythumb"); ?>
</center>
</div>