Erster Stand

This commit is contained in:
x
2025-09-18 11:13:45 +02:00
parent 74dc2fd62f
commit 835df023da
407 changed files with 97 additions and 10751 deletions

View File

@@ -26,7 +26,7 @@ class Icon extends Model
return '<i class="fa fa-' . $this->icon . '"></i>';
case 'img':
case 'image':
return '<img class="icon" src="https://w0bm.com/' . ltrim($this->icon, '/') . '" alt="' . $this->icon . '">';
return '<img class="icon" src="/' . ltrim($this->icon, '/') . '" alt="' . $this->icon . '">';
default:
return '';
}