There is no need to have skirogaining website both on tojnar.cz and krk-litvinov.cz.
Since all skirogainings have been organized by KRK, let’s merge them into a single tree
and host it on krk-litvinov.cz.
The code is copied from skirogaining.krk-litvinov.cz mostly as is, the only changes
are changing line endings to UNIX and removing redundant load.lib.php and shout.php
in favour of the one in this repo since there were no changes compared to old tojnar.cz.
The redirects from skirogaining.tojnar.cz will need to be set as follows:
/Skirogaining_2010/(.*) → https://skirogaining.tojnar.cz/2010/$1
/(.*) → https://skirogaining.tojnar.cz/2012/$1
68 lines
2.6 KiB
PHP
68 lines
2.6 KiB
PHP
<?php
|
|
if($included==true){
|
|
$CMS["%by%"]="%author% ~ %date%, %time%";
|
|
$CMS["%january%"]="of January";
|
|
$CMS["%february%"]="of February";
|
|
$CMS["%march%"]="of March";
|
|
$CMS["%april%"]="of April";
|
|
$CMS["%may%"]="of May";
|
|
$CMS["%june%"]="of June";
|
|
$CMS["%july%"]="of July";
|
|
$CMS["%august%"]="of August";
|
|
$CMS["%september%"]="of September";
|
|
$CMS["%october%"]="of October";
|
|
$CMS["%november%"]="of November";
|
|
$CMS["%december%"]="of December";
|
|
$CMS["%date%"]="%d%. %m%. %y%";
|
|
$CMS["%byAuthor%"]="%author%";
|
|
$CMS["%byDate%"]="%date%, %time%";
|
|
$CMS["%longTitle%"]="%title% - %pretitle%";
|
|
$CMS["%enterpost%"]="Enter message";
|
|
$CMS["%messages:%"]="Messages:";
|
|
$CMS["%name:%"]="Name:";
|
|
$CMS["%message:%"]="Message:";
|
|
$CMS["%password:%"]="Password:";
|
|
$CMS["%red%"]="red";
|
|
$CMS["%green%"]="green";
|
|
$CMS["%blue%"]="blue";
|
|
$CMS["%yellow%"]="yellow";
|
|
$CMS["%purple%"]="purple";
|
|
$CMS["%color:%"]="Color:";
|
|
$CMS["%send%"]="Submit";
|
|
$CMS["%notrequiredpassword%"]="Not required";
|
|
$CMS["%no%"]="no";
|
|
$CMS["%yes%"]="yes";
|
|
$CMS["%areyourobot%"]="Are you robot?";
|
|
$CMS["%www:%"]="WWW:";
|
|
$CMS["%email:%"]="E-Mail:";
|
|
$CMS["%search%"]="Search";
|
|
$CMS["%req%"]="(required)";
|
|
$CMS["%gotop%"]="↑Go top";
|
|
$CMS["%misspost%"]="Message is missing";
|
|
$CMS["%missname%"]="Name is missing";
|
|
$CMS["%wrongcode%"]="You have entered wrong verification code";
|
|
$CMS["%wrongmail%"]="You have entered wrong e-mail";
|
|
$CMS["%saved%"]="Message have been sent";
|
|
$CMS["%notsaved%"]="Message have not been sent";
|
|
$CMS["%showmail%"]="Show e-mail to everyone";
|
|
$CMS["%wrongwww%"]="You have entered wrong <abbr title=\"Uniform Resource Locale\">URL</abbr>";
|
|
$CMS["%sbhelp%"]=<<<EOT
|
|
<h3>Help</h3>
|
|
<dl>
|
|
<dt><abbr title="HyperText Markup Language">HTML</abbr></dt><dd>not supported</dd>
|
|
<dt>[b]bold text[/b]</dt><dd><span class="bold">bold text</span></dd>
|
|
<dt>[i]italic text[/i]</dt><dd><span class="italic">italic text</span></dd>
|
|
<dt>[green]green text[/green]</dt><dd><span class="green">green text</span></dd>
|
|
<dt>[red]red text[/red]</dt><dd><span class="red">red text</span></dd>
|
|
<dt>[purple]purple text[/purple]</dt><dd><span class="purple">purple text</span></dd>
|
|
<dt>[blue]blue text[/blue]</dt><dd><span class="blue">blue text</span></dd>
|
|
<dt>[yellow]yellow text[/yellow]</dt><dd><span class="yellow">yellow text</span></dd>
|
|
</dl>
|
|
EOT;
|
|
$CMS["%searchform%"]="006883172923970328180:bfehocs55i8";
|
|
$CMS["%eustring%"]="Das Projekt wurde von dem Europäischen Fonds für Regionalentwicklung (KPF, Ziel 3 - Programm zur Förderung der grenzübergreifenden Zusammenarbeit zwischen dem Freistaat Sachsen und der Tschechischen Republik 2007-2013) unterstützt.";
|
|
}else{
|
|
header("HTTP/1.0 403 Forbidden");
|
|
header("Location: /en/error/403");
|
|
}
|
|
?>
|