From 5692f347e501deb53e03b474adb10c919e5e7966 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 5 Oct 2001 08:29:32 +0000 Subject: FAQ system..I"m not entirly happy with it but at this stage its too late to spend alot of time on something as small as this git-svn-id: file:///svn/phpbb/trunk@1127 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/faq_body.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 phpBB/templates/subSilver/faq_body.tpl (limited to 'phpBB/templates') diff --git a/phpBB/templates/subSilver/faq_body.tpl b/phpBB/templates/subSilver/faq_body.tpl new file mode 100755 index 0000000000..cd68f3dce1 --- /dev/null +++ b/phpBB/templates/subSilver/faq_body.tpl @@ -0,0 +1,16 @@ + + + + + + + + + + + + +
{L_FAQ}
{faqrow.FAQ_QUESTION}
+
+ {faqrow.FAQ_ANSWER} +
\ No newline at end of file -- cgit v1.2.1