1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Closes #4514 Theme developers can now set the default style, just as they would with the default layout.

This commit is contained in:
Cameron
2022-04-06 08:37:13 -07:00
parent 8df5e187b3
commit 196f952db8
7 changed files with 65 additions and 52 deletions

View File

@@ -7171,11 +7171,11 @@ var_dump($select_options);*/
{
$thumbnail = $this->tp->toImage($val['thumbnail'], $parms);
$active = ($key === $value) ? ' active' : '';
// $active = ($key === $value) ? ' active' : '';
$text .= "<div class='e-image-radio " . $class . "' >
<label" . $this->attributes([
'class' => "theme-selection$active",
'class' => "theme-selection",
'title' => varset($val['title']),
]) . "><input" . $this->attributes([
'type' => 'radio',