fix pcm casino

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-11 06:49:33 +02:00
parent fea0a81036
commit 9c473d899f
1 changed files with 20 additions and 24 deletions

View File

@ -2,30 +2,26 @@
{# Title (~25char max), Description (~80char max),
Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #}
{%- set GAME_INDEX = [] -%}
{%- if SITE_NAME == 'rDrama' -%}
{%- do GAME_INDEX.extend([
(
'Slots',
'Today\'s your lucky day',
'fa-dollar-sign', '#666',
'/casino/slots',
),
(
'Blackjack',
'Twenty one ways to change your life',
'fa-cards', '#333',
'/casino/blackjack',
),
(
'Lottershe',
'Can\'t win if you don\'t play.',
'fa-ticket', '#888',
'/lottershe',
)
])-%}
{%- endif -%}
{%- set GAME_INDEX = [
(
'Slots',
'Today\'s your lucky day',
'fa-dollar-sign', '#666',
'/casino/slots',
),
(
'Blackjack',
'Twenty one ways to change your life',
'fa-cards', '#333',
'/casino/blackjack',
),
(
'Lottershe',
'Can\'t win if you don\'t play.',
'fa-ticket', '#888',
'/lottershe',
)
]-%}
{% block content %}
<h2 style="text-transform: uppercase; text-align: center; letter-spacing: 3px; margin-top: 2rem;">rDrama.net Casino</h2>