Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed Jul 5, 2024
1 parent f6e3e1c commit 3d48ee3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/filters/StaticFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function asset(string $asset, string $module = 'front'): string

public static function links(string $text): string
{
$pattern = '/(?<!"|\')((https?:\/\/)([\da-z\.-]+\.[a-z\.]{2,6}|[\d\.]+)([\/:?=&#]{1}[\da-z\.-]+)*[\/\?]?)(?<!"|\')/im';
$pattern = '/(?<!"|\')((https?:\/\/)([\da-z\.-]+\.[a-z\.]{2,6}|[\d\.]+)([\/:?=&#]{1}[\da-z\.-]+)*[\/\?]?)\b/im';
$text = Strings::replace($text, $pattern, function ($match) {
return '<a href="' . $match[0] . '" target="_blank" rel="noopener">' . $match[0] . '</a>';
});
Expand Down
7 changes: 7 additions & 0 deletions app/lang/general.cs_CZ.neon
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ ui:
market: 'Tržnice'
darknet: 'Darknet'
wastelands: 'Pustina'
gang:
title: 'Gang'
hideout: 'Úkryt'
chat: 'Chat'
findGang: 'Najdi gang'
invites: 'Pozvánky'
createGang: 'Založ gang'
info:
title: 'Info'
about: 'O hře'
Expand Down
7 changes: 7 additions & 0 deletions app/lang/general.en_US.neon
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ ui:
market: 'Market'
darknet: 'Darknet'
wastelands: 'Wastelands'
gang:
title: 'Gang'
hideout: 'Hideout'
chat: 'Chat'
findGang: 'Find a gang'
invites: 'Invites'
createGang: 'Start a gang'
info:
title: 'Info'
about: 'About'
Expand Down
6 changes: 0 additions & 6 deletions app/modules/Front/templates/Default/default.latte
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<p>
<small>{_general.homepage.introBeta}</small>
</p>
<div class="uk-text-center" style="width: 646px;">
<iframe src="https://gogetfunding.com/embed-widget2?campaignid=8301361&frame_type=t2" style="width:100%; height:290px; border: none;" scrolling="no"></iframe>
</div>
<div class="uk-flex flex-responsive uk-flex-middle uk-flex-center uk-flex-wrap uk-width-expand uk-width-large@s uk-margin-bottom">
<a n:href="Login:default" class="uk-button uk-button-large uk-button-primary">{_general.ui.login}</a>
<hr class="uk-divider-vertical uk-visible@s">
Expand Down Expand Up @@ -95,9 +92,6 @@
<a n:href="Player:leaderboard">{_general.pvp.allPlayers}</a>
</div>
</div>
<div style="width: 646px;">
<iframe src="https://gogetfunding.com/embed-widget2?campaignid=8301361&frame_type=t2" style="width:100%; height:290px; border: none;" scrolling="no"></iframe>
</div>
<div class="uk-padding-remove uk-card uk-width-1-1 uk-card-default uk-card-body uk-hidden@s newsfeed-wrapper">
{include '../../components/UI/NewsFeed/NewsFeed.latte', data: $articles}
</div>
Expand Down
Binary file modified dev/front/images/illustrations/drugs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions www/humans.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* TEAM */
Title: Matronator
Website: https://matronator.com
Website: https://matronator.cz

/* THANKS */
The Open Source community and everyone at Visualio (www.visualio.cz), thank you!!!
The Open Source community, everyone at Visualio (www.visualio.cz) and my number one supporter - pase80.
Thank you!

/* SITE */
Last update: 2024/01/07
Expand Down

0 comments on commit 3d48ee3

Please sign in to comment.