This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  7f09a9edb5488be75d4d0607d76f2fb48aaf7bed (commit)
      from  956fac43d6cf0e0cdd9a434fc6cec51e37b33f5d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7f09a9edb5488be75d4d0607d76f2fb48aaf7bed

commit 7f09a9edb5488be75d4d0607d76f2fb48aaf7bed
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Mar 7 16:05:46 2017 +0100

    No need for a layout table

diff --git a/src/www/terms.php b/src/www/terms.php
index 800bdbb..2c7b5ae 100644
--- a/src/www/terms.php
+++ b/src/www/terms.php
@@ -28,14 +28,10 @@ require_once $gfwww.'news/news_utils.php';
 require_once $gfcommon.'forum/Forum.class.php';
 require_once $gfwww.'include/features_boxes.php';
 
-$HTML->header(array('title'=> _('Terms of use')));
+$HTML->header(array('title'=> sprintf (_('%s Terms of Use'),
+                                       forge_get_config ('forge_name'))));
 ?>
-
-<table class="fullwidth" cellpadding="5">
-<tr><td class="twothirdswidth top">
-       <h3><?php printf (_('%s Terms of Use'), forge_get_config 
('forge_name')); ?></h3>
 <p>
-
 <?php
        if ( file_exists(forge_get_config('custom_path') . '/terms.php') ) {
                include forge_get_config('custom_path') . '/terms.php';
@@ -44,14 +40,8 @@ $HTML->header(array('title'=> _('Terms of use')));
                        forge_get_config ('forge_name')) ;
        }
 ?>
-
 </p>
 
-</td>
-
-<td class="onethirdwidth top">
-</td></tr></table>
-
 <?php
 
 $HTML->footer();

-----------------------------------------------------------------------

Summary of changes:
 src/www/terms.php | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to