forked from rho_n/hpr_generator
		
	Fix MACRO step_navigation
absolute_path MACRO was named incorrectly and baseurl must be passed into macro.
This commit is contained in:
		| @@ -49,7 +49,7 @@ | ||||
| 	<header> | ||||
| 		<h1>hpr<!--% episode.id %--> :: <!--% episode.title %--></h1> | ||||
| 		<h3><!--% episode.summary %--></h3> | ||||
| 		<p class="meta"><!--% step_navigation(episode) %--> | ||||
| 		<p class="meta"><!--% step_navigation(baseurl,episode) %--> | ||||
| 		</p> | ||||
| <p><!--% IF get_avatar(episode.hostid) != 'hpr_logo.png' %--> | ||||
| <img src="<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(episode.hostid) %-->" height="80" width="80" alt="" /></a><br><!--% END %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user