Start Theme Repo

This commit is contained in:
2026-01-29 19:10:03 +01:00
commit 101179e994
84 changed files with 14654 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{% 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 %}