File tree Expand file tree Collapse file tree
templates/element/Packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class="rounded-full bg-cake-red/10 px-3 py-1 text-xs font-medium text-cake-red t
6161 <dl class="mt-5 grid gap-3 border-t border-slate-200 pt-4 text-sm text-slate-600 sm:grid-cols-3">
6262 <div class="rounded-2xl bg-slate-50 px-3 py-3">
6363 <dt class="flex items-center gap-2 text-xs font-semibold uppercase tracking-wide text-slate-500 [&_svg]:size-4">
64- <?php include WWW_ROOT . 'img ' . DS . 'download.svg ' ; ?>
64+ <?= file_get_contents ( WWW_ROOT . 'img ' . DS . 'download.svg ' ) ?: '' ?>
6565 <?= __ ('Downloads ' ) ?>
6666 </dt>
6767 <dd class="mt-2 text-base font-semibold text-slate-950">
@@ -78,7 +78,7 @@ class="rounded-full bg-cake-red/10 px-3 py-1 text-xs font-medium text-cake-red t
7878 </div>
7979 <div class="rounded-2xl bg-slate-50 px-3 py-3">
8080 <dt class="flex items-center gap-2 text-xs font-semibold uppercase tracking-wide text-slate-500 [&_svg]:size-4">
81- <?php include WWW_ROOT . 'img ' . DS . 'star.svg ' ; ?>
81+ <?= file_get_contents ( WWW_ROOT . 'img ' . DS . 'star.svg ' ) ?: '' ?>
8282 <?= __ ('Stars ' ) ?>
8383 </dt>
8484 <dd class="mt-2 text-base font-semibold text-slate-950">
You can’t perform that action at this time.
0 commit comments