This commit is contained in:
Shish
2023-11-11 21:49:12 +00:00
parent 848797030e
commit fd1bb21f9d
235 changed files with 1551 additions and 1591 deletions

View File

@@ -62,7 +62,7 @@ class LinkImageTheme extends Themelet
protected function url(string $url, string $content, string $type): string
{
if (empty($content)) {
$content=$url;
$content = $url;
}
switch ($type) {
@@ -93,7 +93,7 @@ class LinkImageTheme extends Themelet
return $text;
}
protected function link_code(string $label, string $content, $id=null): string
protected function link_code(string $label, string $content, $id = null): string
{
return "
<tr>