forked from rho_n/hpr_generator
		
	Add absolute_path MACRO
Used with baseurl to make a path relative or absolute.
This commit is contained in:
		| @@ -35,7 +35,7 @@ | ||||
| 		<!--% this_host = hosts.$id %--> | ||||
| 		<h2 class="title">Correspondent</h2> | ||||
| 		<h2><!--% this_host.host %--></h2> | ||||
| 		<p><img src="./images/<!--% get_avatar(this_host.hostid) %-->"  | ||||
| 		<p><img src="<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(this_host.hostid) %-->"  | ||||
| 				height="80" alt="Host Image" /><br> | ||||
| 		<label>Host ID</label>: <!--% this_host.hostid %--><br><br> | ||||
| 		<label>email:</label> <u><!--% this_host.email %--></u><br> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user