﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
623	[patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable	L.Plant.98@…	Adrian Holovaty	"The current ssi template tag requires that files be specified using absolute paths.  This makes apps much harder to redistribute, and limits the usefulness of this tag.  Since a major use of this tag would be to factor out common code in templates, it makes sense to put these includes in template directories, and to allow the tag to search the TEMPLATE_DIRS for files to include. 

The patch attached implements this, keeping compatibility with existing code by only looking for a template file if the path specified is relative rather than absolute.

This kind of overlaps with ticket #598, but this one could be added with no side effects for anyone else.
"	enhancement	closed	Template system		normal	duplicate			Unreviewed	1	0	0	0	0	0
