Archived
4
2
This repository has been archived on 2024-09-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hpr_generator/templates/shared-avatar.tpl.html
T

6 lines
214 B
HTML
Raw Normal View History

<!--% MACRO get_avatar(host_id) BLOCK %-->
<!--% TRY %-->
<!--% USE File ("./public_html/images/hosts/${host_id}.png") %-->hosts/<!--% File.name %-->
<!--% CATCH File %-->hpr_logo.png<!--% END %-->
2022-07-31 22:25:15 -04:00
<!--% END %-->