From bec12a215d52a391f7e2a625092f5d0e33cba28f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 Jul 2007 06:48:03 +0000 Subject: - Patch #158536 by dvessel: some more gentle massaging of template files. Trying to make it easier to discover the different template files. --- modules/forum/forum-submitted.tpl.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 modules/forum/forum-submitted.tpl.php (limited to 'modules/forum/forum-submitted.tpl.php') diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php new file mode 100644 index 000000000..79580c3aa --- /dev/null +++ b/modules/forum/forum-submitted.tpl.php @@ -0,0 +1,27 @@ + + + by !author', array( + '@time' => $time, + '!author' => $author, + )); ?> + + + -- cgit v1.2.3