forked from HPR/hpr_generator
		
	Add MACRO display_tags
This commit is contained in:
		| @@ -1,12 +1,15 @@ | ||||
| <!--% PROCESS 'shared-utils.tpl.html' %--> | ||||
|  | ||||
| <!--% MACRO show_series(series, series_id)  IF series != "" %--> | ||||
| 	<label>Series:</label> <a href="<!--% absolute_path(baseurl) %-->series/<!--% zero_pad_left(series_id) %-->.html"><!--% series %--></a>. | ||||
|  | ||||
| <!--% MACRO display_tags(tags) BLOCK %--> | ||||
| 	<span><label>Tags:</label> <em><!--% tags %--></em>.</span> | ||||
| <!--% END %--> | ||||
|  | ||||
| <!--% END %--> | ||||
|  | ||||
| <!--% MACRO show_meta(show) BLOCK %--> | ||||
| 	<span><label>Released:</label> <!--% show.date %-->.</span> <span><label>Duration:</label> <!--% display_episode_duration(show.duration) %-->.</span> <span><label>Flag:</label> <!--% display_explicit(show.explicit) %-->.</span> <span><!--% show_series(show.series, show.seriesid) %--></span>  <br> | ||||
| 	<span><label>Tags:</label> <em><!--% show.tags %--></em>.</span> | ||||
| 	<!--% display_tags(tags) %--> | ||||
| <!--% END %--> | ||||
|  | ||||
| <!--% MACRO show_summary(show, hide_host) BLOCK %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user