ver. 0.305: Fix permutation attribute sorting + free delivery progress bar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 16:33:30 +01:00
parent 562495f120
commit ec77160130
17 changed files with 2094 additions and 53 deletions

View File

@@ -60,4 +60,9 @@ class Tpl
{
return $this->vars[$name];
}
public function __isset($name)
{
return isset($this->vars[$name]);
}
}