14 lines
365 B
Twig
14 lines
365 B
Twig
{% extends "pages/generic.twig" %}
|
|
|
|
{% block page_content %}
|
|
|
|
<b>{{ __( 'You do not have permission to view the content on this page.', 'romhackplaza') }}</b><br>
|
|
{{ why }}
|
|
|
|
{% if not user %}
|
|
|
|
<p>Please <a href="{{ fn( 'wp_login_url') }}">log in</a> or <a href="{{ fn('wp_registration_url') }}">register</a>.</p>
|
|
|
|
{% endif %}
|
|
|
|
{% endblock %} |