1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00

upgrade to latest version

This commit is contained in:
farvardin 2021-11-21 23:11:54 +01:00
parent b8166c4e98
commit 87673e01a8
No known key found for this signature in database
GPG key ID: F35CBC4DA8BA0327
4 changed files with 271 additions and 194 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://sourceforge.net/projects/lionwiki-t2t/files/lionwiki-t2t.zip
SOURCE_SUM=81056fbb9aecaa4c8cc2a8d0a4014a5e01dfa9d7cfe7b15fedc3395b80164b96
SOURCE_SUM=5b7397da673c63f0207a5a832c33f3181e715948ffcf47d95d85bd7231215eda
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -1,12 +1,22 @@
/*-----------------------
--------------
- Minimaxing -
--------------
a template for Lionwiki-t2t
https://lionwiki-t2t.sourceforge.io/
based on
https://html5up.net/minimaxing
licence Creative Commons Attribution 3.0 Unported
http://creativecommons.org/licenses/by/3.0/
----------------------------*/
/* This CSS file was generated from the minimaxing.less template.
See http://lesscss.org/
*/
/*
@MainFontFamily: Ubuntu, Open Sans,sans-serif, MyFont;
@MainFontFamilyHeader: Fengardo Neue, Archivo Narrow, LoveYaLikeASister, Ubuntu Condensed, Open Sans Condensed, sans-serif, MyFont;
@MainFontCode: Monospace,Courier;
@MainFontFamilyEdit: Ubuntu, Open Sans,sans-serif, MyFont;
*/
/*
Use the part above to customise your fonts.
You can create your own manuscript / handwriting font on http://www.myscriptfont.com/ or http://www.paintfont.com/
@ -32,45 +42,29 @@ You can create your own manuscript / handwriting font on http://www.myscriptfont
.generateColor();
*/
/* This line below will use a random main color: */
/* @MainColor: @background-color; */
/* @fg: @background-color; */
/* if you prefer to select a fixed background color, just uncomment one color from below */
/* @MainColor: #549136; */
/*@MainColor: #7E2434;*/
/*@MainColor: #7e3821;*/
/*@MainColor: #549136;*/
/*@MainColor: #549136;*/
/*@MainColor: #D17732;*/
/*@MainColor: #328cc1;*/
/* For YunoHost config */
/* @MainColor: #__YNH_COLOR__; */
/* @fg: #__YNH_COLOR__; */
/* Header color */
/* You can use a shade of MainColor: */
/* or a complementary color: */
/*@HeaderColor: (#ffffff - @MainColor - (#ffffff - @MainColor)/3); */
/* used in max-width (should be renamed) */
/*@HeaderColor: (#ffffff - @fg - (#ffffff - @fg)/3); */
/* templates */
/* Brick Red (darker) Default color 2021 */
/* normal or bold */
/* overriding default values above */
/* theme 03 */
/* */
/* Dark blue */
/*@link-hover: desaturate(darken(@fg,10%),20%);*/
/* TODO should be HeaderColor: color: spin(@fg, 180);*/
/* normal or bold */
/*@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
*/
@font-face {
font-family: MyFont;
font-style: normal;
font-weight: 400;
src: url(../fonts/MyFont.ttf) format('truetype');
}
@font-face {
font-family: MyManuscript;
font-style: normal;
font-weight: 400;
src: url(../fonts/MyManuscript.ttf) format('truetype');
}
@font-face {
font-family: LoveYaLikeASister;
font-style: normal;
font-weight: 400;
src: url(../fonts/LoveYaLikeASister-Regular.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu Condensed';
font-style: normal;
@ -101,89 +95,24 @@ You can create your own manuscript / handwriting font on http://www.myscriptfont
font-style: italic;
src: local('Ubuntu Italic Bold'), url(../fonts/ubuntu-bold-italic.woff) format('woff');
}
/*@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'),local('OpenSans-Light'),url(../fonts/OpenSans-Light.woff) format('woff');
}*/
/* Ubuntu */
@font-face {
font-family: 'Open Sans';
font-family: Fengardo;
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans.woff) format('woff');
font-weight: normal;
src: url(../fonts/fengardoneue-regular.woff) format('woff'), url(../fonts/fengardoneue-regular.otf) format('opentype'), url(../fonts/fengardoneue-regular.svg) format('svg');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/OpenSans-Bold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(../fonts/OpenSans-Extrabold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-family: Fengardo;
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(../fonts/OpenSansLight-Italic.woff) format('woff');
src: url(../fonts/fengardoneue-italic.otf) format('opentype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/OpenSans-Italic.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/OpenSans-SemiboldItalic.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/OpenSans-BoldItalic.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(../fonts/OpenSans-ExtraboldItalic.woff) format('woff');
}
@font-face {
font-family: 'Open Sans Condensed';
font-style: normal;
font-weight: 700;
src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(../fonts/OpenSans-CondensedBold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans Condensed';
font-style: normal;
font-weight: 300;
src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(../fonts/OpenSans-CondensedLight.woff) format('woff');
}
@font-face {
font-family: 'Open Sans Condensed';
font-style: italic;
font-weight: 300;
src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'), url(../fonts/OpenSans-CondensedLightItalic.woff) format('woff');
}
@font-face {
font-family: 'Archivo Narrow';
font-style: bold;
font-weight: 300;
src: url(../fonts/ArchivoNarrow-Bold.woff) format('woff');
font-family: Fengardo;
font-weight: bold;
src: url(../fonts/fengardoneue-black.woff) format('woff'), url(../fonts/fengardoneue-black.otf) format('opentype'), url(../fonts/fengardoneue-black.svg) format('svg');
/*font-weight: 500;*/
}
@font-face {
font-family: 'Fengardo Neue';
@ -191,6 +120,7 @@ You can create your own manuscript / handwriting font on http://www.myscriptfont
font-weight: 200;
src: url(../fonts/fengardoneue-black.woff) format('woff');
}
/* Fengardo Neue */
/*
Minimaxing 1.0 by nodethirtythree design
http://nodethirtythree.com | @nodethirtythree
@ -386,11 +316,26 @@ thead,
/******************************************************************/
/* Global */
/******************************************************************/
/* Mixin Macro */
.break {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
body {
font-size: 12pt;
font-family: sans-serif;
/*font-family: sans-serif;*/
/*background-color: (@Bg-extra-light/1.1 + #111);*/
background: #fff;
background-color: #ffffff;
font-family: Ubuntu;
color: #656c61;
}
@ -406,58 +351,60 @@ h3,
h4 {
font-family: Fengardo Neue;
text-transform: uppercase;
color: #21677e;
color: #5d2c0b;
font-weight: bold;
margin-left: 0.1em;
margin-right: 0.1em;
padding-left: 2px;
padding-right: 2px;
}
h1,
h2 {
border-bottom: 1px solid grey;
}
h1 {
font-size: 155%;
/*font-size: 2.6em;*/
font-size: clamp(2em, 4vw, 6em);
text-align: center;
text-decoration: none;
}
h1 a {
color: #21677e;
color: #5d2c0b;
}
#header-wrapper h1 {
color: #fff;
color: #ffffff;
line-height: 1.3em;
border-bottom: none;
}
#header-wrapper {
color: #8f4932;
color: #1c4d6e;
}
#header-wrapper a {
color: #a05a43;
color: #2d5e7f;
}
#header-wrapper a:hover,
#header-wrapper a:hover {
background-color: #7e3821;
color: #3a0000;
background-color: #0b3c5d;
color: #000019;
}
#header nav {
color: #111;
color: #ffffff;
text-transform: lowercase;
}
#header nav a,
#header nav li a {
display: inline-block;
text-decoration: none;
color: #fff;
color: #ffffff;
}
#header nav li a:hover,
#header nav li a:active {
background-color: #fff;
border-radius: 6px;
color: #111;
color: #0b3c5d;
}
h2 {
font-size: 1.6em;
letter-spacing: -1px;
letter-spacing: 1px;
margin-bottom: 0.0em;
margin-top: 1.8em;
}
@ -476,6 +423,18 @@ h4 {
p,
ul {
margin-bottom: 1.0em;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
p {
line-height: 1.7em;
@ -492,25 +451,26 @@ s {
color: #aaa;
}
::selection {
background: #7e3821;
color: #fff;
background: #0b3c5d;
color: #ffffff;
}
::-moz-selection {
background: #7e3821;
color: #fff;
background: #0b3c5d;
color: #ffffff;
}
pre {
background-color: #f4e8e5;
background-color: #f3fbff;
line-height: 1.5em;
font-family: Monospace;
font-size: 11pt;
margin: 1.0em;
}
code,
blockquote,
dt {
background-color: #f4e8e5;
line-height: 1.5em;
font-family: mono;
background-color: #f3fbff;
font-family: Monospace;
font-size: 11pt;
/*margin: 1.0em;*/
}
dd {
@ -531,7 +491,7 @@ img {
max-width: 50%;
max-height: 500px;
padding: 1px;
border: solid 1px #a05a43;
border: solid 1px #2d5e7f;
/*display: block;*/
/*margin: 0 auto;*/
}
@ -549,6 +509,13 @@ img.noborder {
position: absolute;
z-index: 10;
}
.img-circle {
border-radius: 50%;
border: solid 0px ;
min-width: 100px;
max-width: 200px;
background: #5d2c0b;
}
li {
line-height: 1.5em;
}
@ -558,16 +525,17 @@ li {
}
#main ul li:hover,
ul li:active {
background-color: #f4e8e5;
background-color: #ffffff;
background-color: #e1e9ef;
}
a {
color: #7f3922;
color: #0c3d5e;
text-decoration: none;
}
a:hover {
text-decoration: none;
background-color: #e3d7d4;
border-radius: 4px;
background-color: #407192;
color: #ffffff;
}
ul.small-image-list li {
margin-bottom: 1.5em;
@ -589,71 +557,71 @@ ul.link-list li:first-child {
a.toolbarTextareaItem {
display: inline-block;
padding: 5px 10px 5px 10px;
background-color: #7e3821;
background-color: #0b3c5d;
border-radius: 6px;
text-transform: lowercase;
text-decoration: none;
color: #fff;
color: #ffffff;
font-size: 1.0em;
letter-spacing: -1px;
border: solid 1px #7e3821;
box-shadow: inset 0px 0px 0px 1px #7e3821;
border: solid 1px #0b3c5d;
box-shadow: inset 0px 0px 0px 1px #0b3c5d;
}
.button:hover,
a.toolbarTextareaItem:hover {
background-color: #8f4932;
color: #fff;
background-color: #1c4d6e;
color: #ffffff;
}
a.toolbarTextareaItem b {
color: #fff;
color: #ffffff;
}
#copyright {
font-size: 0.6em;
text-align: center;
color: #aea29f;
color: #0b3c5d;
border-top: solid 1px #ced0b7;
line-height: 1.1em;
padding: 3em 0 0 0;
margin: 1% 0 0 0;
}
#copyright a {
color: #9d918e;
color: #002b4c;
}
#copyright a:hover {
color: #ffffff;
background-color: #c0b4b1;
background-color: #1d4e6f;
}
.txt2tagsMenu,
input {
background-color: #cdc3bf;
background-color: #ccd4d9;
}
.txt2tagsMenu:hover,
input.submit:hover {
background-color: #ded4d0;
background-color: #dde5ea;
}
.button_txt2tags_true,
input.submit {
background-color: #7e3821;
background-color: #0b3c5d;
color: #fff;
}
.button_txt2tags_true:hover,
input.submit:hover {
background-color: #a05a43;
background-color: #2d5e7f;
}
.button_txt2tags_false {
background-color: #21677e;
background-color: #5d2c0b;
color: #fff;
}
.button_txt2tags_false:hover {
background-color: #4389a0;
background-color: #7f4e2d;
}
.valide {
color: #7e3821;
background-color: #cdc3bf;
color: #0b3c5d;
background-color: #ccd4d9;
}
.refuse {
color: #21677e;
background-color: #cdc3bf;
color: #5d2c0b;
background-color: #ccd4d9;
}
/********************************/
/* 1000px (>= 1000px) */
@ -670,7 +638,7 @@ input.submit:hover {
margin-top: 1.5em;
}
#header-wrapper {
background-color: #7e3821;
background-color: #0b3c5d;
}
#header-wrapper h1 {
margin-top: 0;
@ -683,8 +651,7 @@ input.submit:hover {
margin-top: 40px;
padding: 0 40px 0 40px;
border-radius: 6px;
border: solid 1px #7e3821;
box-shadow: inset 0px 0px 0px 1px #7e3821, 0px 1px 4px 0px rgba(0, 0, 0, 0);
box-shadow: inset 0px 0px 0px 1px #0b3c5d, 0px 1px 4px 0px rgba(0, 0, 0, 0);
height: 66px;
}
#header h1 {
@ -692,7 +659,7 @@ input.submit:hover {
left: 10px;
top: -28px;
font-size: 2.4em;
letter-spacing: 2px;
letter-spacing: 3px;
/*line-height: 6px;*/
/* pb in konqueror*/
}
@ -727,7 +694,7 @@ input.submit:hover {
}
#banner-wrapper a {
border-bottom: none;
color: #21677e;
color: #5d2c0b;
}
#banner-wrapper {
margin-top: -20px;
@ -736,7 +703,7 @@ input.submit:hover {
#banner-wrapper h1 {
text-align: center;
font-size: 2.2em;
letter-spacing: 0px;
letter-spacing: 1px;
text-decoration: none;
border-top: 0px;
border-bottom: 15px;
@ -760,7 +727,7 @@ input.submit:hover {
font-size: 3.3em;
color: #fff;
text-align: center;
letter-spacing: -2px;
letter-spacing: 1px;
}
#banner span {
display: block;
@ -777,7 +744,7 @@ input.submit:hover {
opacity: 0.8;
}
#main {
background: #fff;
background-color: #ffffff;
padding: 2% 0 2% 0;
padding-top: -20px;
}
@ -824,7 +791,7 @@ input.submit:hover {
width: 490px;
}
#header-wrapper {
background-color: #7e3821;
background-color: #0b3c5d;
}
#header {
position: relative;
@ -832,9 +799,7 @@ input.submit:hover {
margin-top: 40px;
padding: 0 40px 0 40px;
border-radius: 6px;
border: solid 1px #7e3821;
box-shadow: inset 0px 0px 0px 1px #7e3821, 0px 1px 4px 0px rgba(0, 0, 0, 0);
background-color: #7e3821;
box-shadow: inset 0px 0px 0px 1px #0b3c5d, 0px 1px 4px 0px rgba(0, 0, 0, 0);
height: 66px;
}
#header h1 {
@ -897,7 +862,7 @@ input.submit:hover {
font-size: 3em;
color: #fff;
text-align: center;
letter-spacing: -2px;
letter-spacing: 1px;
}
#banner span {
display: block;
@ -914,7 +879,7 @@ input.submit:hover {
opacity: 0.8;
}
#main {
background: #fff;
background-color: #ffffff;
padding: 3% 0 3% 0;
margin-left: 8px;
margin-right: 4px;
@ -974,7 +939,7 @@ input.submit:hover {
width: 100%;
}
#header-wrapper {
background-color: #7e3821;
background-color: #0b3c5d;
}
#header-wrapper h1 {
margin-top: 0px;
@ -1016,7 +981,7 @@ input.submit:hover {
padding: 10px 25px 10px 25px;
}
#banner-wrapper {
background: #7e3821 url(images/bg1.png);
background: #0b3c5d url(images/bg1.png);
display: none;
}
#banner {
@ -1038,7 +1003,7 @@ input.submit:hover {
font-size: 2em;
color: #fff;
text-align: center;
letter-spacing: -2px;
letter-spacing: 1px;
}
#banner span {
display: block;
@ -1064,11 +1029,11 @@ input.submit:hover {
font-family: Ubuntu;
font-size: 105%;
padding: 0px;
margin-left: -15px;
margin-left: -0.25px;
}
#main {
/*overflow: auto;*/
background: #fff;
background-color: #ffffff;
margin-left: 8px;
margin-right: 4px;
}
@ -1086,7 +1051,7 @@ input.submit:hover {
width: 98%;
margin: 1%;
/*box-shadow:-1px 2px 5px 1px #105070*/
border: 2px solid #c27c65;
border: 2px solid #4f80a1;
}
.mycontent td,
.mycontent th {
@ -1095,47 +1060,157 @@ input.submit:hover {
text-align: left;
}
.mycontent th {
background: #3a0000;
background: #000019;
/*#105070;*/
color: #fff;
font-weight: bold;
}
.mycontent tr {
background: #f6b099;
background: #83b4d5;
/*rgba(16,80,112,0.2);*/
color: #111111;
}
.mycontent tr a:hover,
.mycontent #header-wrapper a:hover {
background-color: #7e3821;
color: #c27c65;
background-color: #0b3c5d;
color: #4f80a1;
}
.mycontent tr a {
color: #3a0000;
color: #000019;
font-weight: bold;
}
.mycontent tr:nth-child(even) {
background: #d38d76 /*rgba(16,80,112,0.1)*/;
background: #6091b2 /*rgba(16,80,112,0.1)*/;
}
.mycontent tr:hover,
.mycontent tr:hover td {
background-color: #8f4932 /*rgba(16,80,112,0.3)*/;
background-color: #1c4d6e /*rgba(16,80,112,0.3)*/;
}
/* Progress bar */
progress {
color: #21677e;
color: #5d2c0b;
background-color: white;
border-radius: 4px;
/*border: solid 1px;*/
/*border-radius: 4px; */
border-radius: 0px;
border: solid 1px;
width: 10em;
height: 1em;
-webkit-appearance: none;
}
progress::-moz-progress-bar {
background: #21677e;
background: #5d2c0b;
}
progress::-webkit-progress-value {
background: #21677e;
background: #5d2c0b;
}
progress::-webkit-progress-bar {
background: #21677e;
background: white;
}
/* Big buttons */
.block {
display: inline-block;
width: 65%;
border: 2px solid #5d2c0b;
background-color: #5d2c0b;
height: 50px;
margin-top: 8px;
margin-bottom: 8px;
font-family: Ubuntu;
padding-left: 2px;
padding-right: 2px;
font-size: 16px;
color: #e1e9ef;
/*cursor: pointer;*/
text-align: center;
vertical-align: middle;
/*transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;*/
border-radius: 0px;
}
.block a {
display: inline-block;
min-width: 100%;
padding: 0px;
padding-top: 0px;
height: 46px;
line-height: 46px;
color: #fff;
text-decoration: none;
border-radius: 0px;
}
/*.block:hover, */
.block a:hover {
/*border: 2px solid @HeaderColor;*/
background-color: #fff;
color: #5d2c0b;
margin-left: -2px;
margin-right: -2px;
padding-left: 2px;
padding-right: 2px;
}
@media only screen and (max-width: 999px) and (min-width: 1px) {
.block {
width: 90%;
}
}
/* Todotxt support */
.todotxt_A {
color: #082d46;
}
.todotxt_B {
color: #1b2267;
}
.todotxt_C {
color: #462873;
}
.todotxt_D {
color: #76377d;
}
.todotxt_E {
color: #8a446e;
}
.todotxt_F {
color: #527a95;
}
.todotxt_context {
color: #5d2c0b;
}
.todotxt_tag {
color: #550b5d;
}
.todotxt_deleted {
opacity: 0.4;
}
.todotxt_date {
background-color: #f2f2f2;
}
@media (prefers-color-scheme: dark) {
/* Invert all elements on the body while attempting to not alter the hue substantially. */
body {
filter: invert(100%) hue-rotate(180deg);
}
/* Workarounds and optical adjustments. */
/* Firefox workaround: Set the background colour for the html
element separately because, unlike other browsers, Firefox
doesnt apply the filter to the root elements background. */
html {
background-color: #111;
}
/* Do not invert media (revert the invert). */
img,
video,
iframe {
filter: invert(100%) hue-rotate(180deg);
}
/* Improve contrast on icons. */
.icon {
filter: invert(15%) hue-rotate(180deg);
}
/* Re-enable code block backgrounds. */
pre {
filter: invert(6%);
}
/* Improve contrast on list item markers. */
li::marker {
color: #555;
}
}

View file

@ -149,7 +149,7 @@ $(document).ready(function() {
<div id="copyright">
{SEARCH_FORM}{SEARCH_INPUT}{SEARCH_SUBMIT}{/SEARCH_FORM}
<br />
Design CC-BY-SA based on <a href="http://n33.co/">n33</a>. Powered by <a href="https://sourceforge.net/p/lionwiki-t2t/code/">LionWiki-t2t</a>
Design CC-BY-SA based on <a href="https://html5up.net/minimaxing">Minimaxing</a>. Powered by <a href="https://sourceforge.net/p/lionwiki-t2t/code/">LionWiki-t2t</a>
</div>
</div>

View file

@ -118,6 +118,8 @@ ynh_store_file_checksum --file="$final_path/config.php"
ynh_store_file_checksum --file="$final_path/config.t2t"
ynh_store_file_checksum --file="$final_path/menu.php"
ynh_restore_file -o "conf/config.php"
#=================================================
# SECURE FILES AND DIRECTORIES
#=================================================