From dcc0f3d6b00ddf5111040d52eb66cbf33ab4dc97 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Fri, 5 Aug 2022 15:49:00 -0400 Subject: [PATCH] Add absolute_path MACRO Used with baseurl to make a path relative or absolute. --- templates/content-correspondent.tpl.html | 2 +- templates/content-correspondents.tpl.html | 4 ++-- templates/page.tpl.html | 7 ++++--- templates/shared-utils.tpl.html | 4 ++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/templates/content-correspondent.tpl.html b/templates/content-correspondent.tpl.html index 9060f2b..a9e8820 100644 --- a/templates/content-correspondent.tpl.html +++ b/templates/content-correspondent.tpl.html @@ -35,7 +35,7 @@

Correspondent

-

Host Image
:


diff --git a/templates/content-correspondents.tpl.html b/templates/content-correspondents.tpl.html index 65f6280..33c8dfe 100644 --- a/templates/content-correspondents.tpl.html +++ b/templates/content-correspondents.tpl.html @@ -17,11 +17,11 @@ on h.hostid = e.hostid ' ) %--> - avatar + avatar
- Host ID: + Host ID: diff --git a/templates/page.tpl.html b/templates/page.tpl.html index eb412d0..f91029c 100644 --- a/templates/page.tpl.html +++ b/templates/page.tpl.html @@ -1,3 +1,4 @@ + @@ -24,9 +25,9 @@ - + css/hpr.css" media="screen" type="text/css" /> @@ -35,7 +36,7 @@

- +

Site Map diff --git a/templates/shared-utils.tpl.html b/templates/shared-utils.tpl.html index 5a2babe..21e4dba 100644 --- a/templates/shared-utils.tpl.html +++ b/templates/shared-utils.tpl.html @@ -7,3 +7,7 @@ + + +.// +