diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-29 13:11:39 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-06-29 13:11:39 +0400 |
| commit | 310fa2ddef16793656315244c1c68fc6008a79a4 (patch) | |
| tree | 21f9df9960986714a874436af164c511c69485a8 /mobile | |
| parent | 955d4f82eaa4bef245597ae9e95e8b1d2880af41 (diff) | |
implement search in pref-filters
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/login_form.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mobile/login_form.php b/mobile/login_form.php index 937c71f8a..21710c229 100644 --- a/mobile/login_form.php +++ b/mobile/login_form.php @@ -45,7 +45,10 @@ function do_login() { </div> </fieldset> - + + <div align='center'><a target='_self' href='<?php echo get_self_url_prefix() ?>/index.php?mobile=false'> + <?php echo __("Open regular version") ?></a> + </form> </body> |