diff options
author | Starla Insigna <starla4444@gmail.com> | 2010-11-02 22:17:07 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2010-11-02 22:17:07 -0400 |
commit | 12c96d85cf13b1e57d6a38e101223f00e2c44ca3 (patch) | |
tree | 0024e4d2a41d3f22a646cd04f5df7022aac4257e /theme | |
parent | 7d7c11adc78e2f5393523a2223f2035253220afc (diff) | |
download | fourisland-12c96d85cf13b1e57d6a38e101223f00e2c44ca3.tar.gz fourisland-12c96d85cf13b1e57d6a38e101223f00e2c44ca3.tar.bz2 fourisland-12c96d85cf13b1e57d6a38e101223f00e2c44ca3.zip |
Fixed URL to login page on maintenance page
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/maintenance.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/maintenance.tpl b/theme/maintenance.tpl index d07b2a5..a0fe7fe 100755 --- a/theme/maintenance.tpl +++ b/theme/maintenance.tpl | |||
@@ -56,7 +56,7 @@ | |||
56 | <body> | 56 | <body> |
57 | <nav id="options"> | 57 | <nav id="options"> |
58 | <ul> | 58 | <ul> |
59 | <li><a href="http://dev.fourisland.com/fourm/ucp.php?mode=login">Login</a></li> | 59 | <li><a href="http://fourisland.com/fourm/ucp.php?mode=login">Login</a></li> |
60 | </ul> | 60 | </ul> |
61 | </nav> | 61 | </nav> |
62 | 62 | ||