album/templates/details.tpl

12 lines
197 B
Smarty
Raw Normal View History

2015-11-22 15:01:39 +03:00
<!doctype html>
<html>
<head>
<title>Photo details</title>
</head>
<body>
<h1>Photo details</h1>
<p>{{photo.path}}</p>
<p><img src="/view/{{photo.id}}"></p>
</body>
</html>