Fix typo and missing gitignore
This commit is contained in:
parent
31e104a150
commit
1711ce2e5d
|
@ -115,7 +115,7 @@ $imageTemplate = '
|
||||||
"%timestamp" => filemtime($fullPath . $value),
|
"%timestamp" => filemtime($fullPath . $value),
|
||||||
"%name" => htmlspecialchars($displaypath),
|
"%name" => htmlspecialchars($displaypath),
|
||||||
"%path" => "/galleri/" . $relativePath .$value,
|
"%path" => "/galleri/" . $relativePath .$value,
|
||||||
"%realname" => $htmlspecialchars(realname)
|
"%realname" => htmlspecialchars($realname)
|
||||||
];
|
];
|
||||||
echo strtr($imageTemplate, $vars);
|
echo strtr($imageTemplate, $vars);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue