diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_login_link.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_login_link.html | 11 |
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 --> |