run hinzufügen geht
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -246,7 +246,7 @@ function pictshareUploadImage($path,$hash=false)
|
||||
function partial($name,$variables=[])
|
||||
{
|
||||
$templatefile = ROOT.DS.'templates'.DS.'partials'.DS.$name;
|
||||
return template($name,$variables);
|
||||
return template($templatefile,$variables);
|
||||
}
|
||||
|
||||
function template($templatefile,$variables=[])
|
||||
|
Reference in New Issue
Block a user