mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Added info about Greek translations.
This commit is contained in:
13
tpl/home.php
13
tpl/home.php
@@ -163,6 +163,8 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<? if (L('current_language') != "en"): ?>
|
||||
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<a class="ProgresssBarLink" href="opensource" target="_blank">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
@@ -172,6 +174,17 @@
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<? else: ?>
|
||||
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
<div class="ProgressBarFill" style="width:0%;"></div>
|
||||
<span class="ProgressBarText" style="top:-28px"><p><?= L('greek_add')?></p></span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<? endif; ?>
|
||||
|
||||
<? if (L('current_language') == "ru" && false): ?>
|
||||
<!--
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
|
||||
Reference in New Issue
Block a user