commit f0d0ce325fa9630ab5a84de2dc453cbb2797c26e
parent 85e057324bf8a5de974da5818d9478b835a57516
Author: rob <rob@tarina.org>
Date: Tue, 10 Jan 2023 21:05:56 +0200
yeah
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/db/cyberpunkcafe.db b/db/cyberpunkcafe.db
Binary files differ.
diff --git a/public_html/templates/index.html b/public_html/templates/index.html
@@ -38,12 +38,13 @@ $for i in products:
$ goodies = db.query("SELECT * FROM soundlink WHERE id='" +i.id+"';")
$for g in goodies:
$if g.soundname[-5:] == '.jpeg' or g.soundname[-4:] == '.png':
- <a href="/bigpic/$g.id"><img class="imgprod" src="/static/img/thumb/$g.soundname"></a>
+ <a href="/bigpic/$g.id"><img class="imgprod" src="/static/img/web/$g.soundname"></a>
$code:
sat, euro = getprice(i.id)
<h2>
$i.name
</h2>
+ <code>$i.category</code>
<pre>$i.description</pre>
$if i.available > 0:
Price $sat Satoshi ~ $euro € <a href="?putinbag=$i.id#$i.id">order</a><br>