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 d486e4231dd228fd633afea3fa7ce01499b895cc (commit)
from bbe1123bd15492bdd22ae577402847e8013115dd (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=d486e4231dd228fd633afea3fa7ce01499b895cc
commit d486e4231dd228fd633afea3fa7ce01499b895cc
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri May 5 14:45:54 2017 +0200
Use HTML 5 <header> in Funky theme
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index 7ee4eb3..33930bd 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -108,6 +108,7 @@ class Theme_Funky extends Layout {
$params['title'] = $params['title'] . " -
".forge_get_config('forge_name');
}
+ echo html_ao('header');
echo $this->listTableTop(array(), array(), 'fullwidth',
'header');
$cells = array();
$cells[] = array(util_make_link('/',
html_image('/header/top-logo.png', null, null, array('alt'=>'FusionForge
Home'))), 'id' => 'header-col1');
@@ -130,10 +131,10 @@ class Theme_Funky extends Layout {
if (isset($params['group']) && $params['group']) {
$this->projectTabs($params['toptab'], $params['group']);
}
+ echo html_ac(html_ap() -1); // </div>
+ echo html_ac(html_ap() -1); // </header>
- echo html_ac(html_ap() -1);
echo html_ao('main', array('id' => 'maindiv'));
-
plugin_hook('message');
if (isset($GLOBALS['error_msg']) && $GLOBALS['error_msg']) {
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/Theme.class.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits