Actualización
This commit is contained in:
18
main/template/default/custompage/registration.tpl
Normal file
18
main/template/default/custompage/registration.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
<div class="custompage">
|
||||
<div class="limiter">
|
||||
<div class="container-login">
|
||||
<div class="wrap-login width-register">
|
||||
<div class="logo">
|
||||
<img width="250px" class="img-responsive" title="{{ _s.site_name }}" src="{{ _p.web_css_theme }}images/header-logo.svg">
|
||||
</div>
|
||||
<h3 class="title">{{ 'UserRegistrationTitle'|get_lang() }}</h3>
|
||||
{{ form }}
|
||||
<div class="software-name">
|
||||
<a href="{{_p.web}}" target="_blank">
|
||||
{{ "PoweredByX" |get_lang | format(_s.software_name) }}
|
||||
</a>© {{ "now"|date("Y") }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user