aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_login_link.html
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-25 12:49:30 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-25 12:49:54 -0400
commit317a71a8384f137cedca3c9afbb02605876920c3 (patch)
treeb5d0b6a0f0b844987e709bc53bc336b087f83368 /phpBB/styles/prosilver/template/ucp_login_link.html
parentfcac58e065ed888662f5e8c99bd6cbf1943778b7 (diff)
downloadforums-317a71a8384f137cedca3c9afbb02605876920c3.tar
forums-317a71a8384f137cedca3c9afbb02605876920c3.tar.gz
forums-317a71a8384f137cedca3c9afbb02605876920c3.tar.bz2
forums-317a71a8384f137cedca3c9afbb02605876920c3.tar.xz
forums-317a71a8384f137cedca3c9afbb02605876920c3.zip
[feature/oauth] Template for ucp_login_link started
PHPBB3-11673
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_login_link.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_login_link.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_login_link.html b/phpBB/styles/prosilver/template/ucp_login_link.html
new file mode 100644
index 0000000000..ddde41f374
--- /dev/null
+++ b/phpBB/styles/prosilver/template/ucp_login_link.html
@@ -0,0 +1,11 @@
+<!-- INCLUDE overall_header.html -->
+
+<div class="panel">
+ <div class="inner">
+
+ <h2>{SITENAME} - {L_LOGIN_LINK}</h2>
+
+ </div>
+</div>
+
+<!-- INCLUDE overall_footer.html -->