1
0
forked from HPR/hpr_generator
Files
hpr_generator/templates/shared-avatar.tpl.html
T

4 lines
170 B
HTML
Raw Normal View History

2022-07-31 22:25:15 -04:00
<!--% MACRO get_avatar(has_avatar, host_id) BLOCK %-->
<!--% IF has_avatar == 0 %-->hpr_logo.png<!--% ELSE %-->hosts/<!--% host_id %-->.png<!--% END %-->
<!--% END %-->