This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new 4475c99 Removes reference to Twitter in New menu 4475c99 is described below commit 4475c99e60a5e64f07af5c52f85e5b818aa2f0c7 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu May 9 10:28:39 2024 +0200 Removes reference to Twitter in New menu --- template/region/header.tpl.php | 1 - 1 file changed, 1 deletion(-) diff --git a/template/region/header.tpl.php b/template/region/header.tpl.php index 59894c5..2d6f586 100644 --- a/template/region/header.tpl.php +++ b/template/region/header.tpl.php @@ -20,7 +20,6 @@ </li> <li><a href="#" class="firstLevel<?php if (basename($page_name) == 'news.tpl.php'):?> active<?php endif;?>">News</a> <ul> - <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li> <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li> </ul> </li>