From 87f0b0665ca4a0aaf3b9b886e1a116601a579850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Slatkevi=C4=8Dius?= Date: Sat, 25 Aug 2007 15:28:39 +0000 Subject: [PATCH] User web: allow projects to add custom text to rules and policies page without modifying the source (so that it is not overwritten after code update). svn path=/trunk/boinc/; revision=13461 --- html/user/info.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/html/user/info.php b/html/user/info.php index d5503b5a36..40b6e862e2 100644 --- a/html/user/info.php +++ b/html/user/info.php @@ -1,8 +1,18 @@ ".tr(RULES_ONLY_AUTH)." @@ -28,5 +38,6 @@ echo "

".tr(RULES_OTHER)."

".tr(RULES_OTHER_TEXT_A)."

".tr(RULES_OTHER_TEXT_B); +} page_tail(); ?>