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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user