diff --git a/Source/assets/html/TOS.twig b/Source/assets/html/TOS.twig index cbec40c..55f8029 100644 --- a/Source/assets/html/TOS.twig +++ b/Source/assets/html/TOS.twig @@ -1,4 +1,4 @@ -{% extends "base.twig" %} +{% extends app.fronthtml~"/base.twig" %} {% block content %}
The registered user in all moment can close their account but all data hosted in CodeShare will remain
hosted.
JKA Network is reserved the right to ban the access to account of any user who engage vandalism
In CodeShare are used two differents cookies, one for session system and other for cookies' consent. You can block CodeShare cookies but you cannot log in because we cannot check if login was right. diff --git a/Source/assets/html/about.twig b/Source/assets/html/about.twig index 1ddc237..616849d 100644 --- a/Source/assets/html/about.twig +++ b/Source/assets/html/about.twig @@ -1,4 +1,4 @@ -{% extends "base.twig" %} +{% extends app.fronthtml~"/base.twig" %} {% block content %}
| - Link + {{i.lLang}} | |||
|---|---|---|---|
| Lang: {{ i.lLang }} | -|||
| Version: {{ i.version }} | +|||
@@ -81,6 +81,14 @@
{% endfor %}
+
+
+
+
+
+
+
+
diff --git a/Source/assets/html/codebox.twig b/Source/assets/html/codebox.twig
index b6efe7f..e630569 100644
--- a/Source/assets/html/codebox.twig
+++ b/Source/assets/html/codebox.twig
@@ -1,14 +1,14 @@
|

