Author: sharan
Date: Fri Jun 30 10:24:23 2017 New Revision: 1800369 URL: http://svn.apache.org/viewvc?rev=1800369&view=rev Log: Improved:Fixed wrong links in breadcrumbs bar for developers, faqs and mailing list pages Modified: ofbiz/branches/ofbiz-new-website/developers.html ofbiz/branches/ofbiz-new-website/faqs.html ofbiz/branches/ofbiz-new-website/mailinglists.html ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php Modified: ofbiz/branches/ofbiz-new-website/developers.html URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1800369&r1=1800368&r2=1800369&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/developers.html (original) +++ ofbiz/branches/ofbiz-new-website/developers.html Fri Jun 30 10:24:23 2017 @@ -108,7 +108,7 @@ <div class="container clearfix"> <div class="row"> <h1 class="span8">Getting Started - Developers</h1> - <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">Getting Started</a><span>/</span><span class="current">Developers</span> </div> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">Getting Started</a><span>/</span><span class="current">Developers</span> </div> </div> </div> </header> Modified: ofbiz/branches/ofbiz-new-website/faqs.html URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/faqs.html?rev=1800369&r1=1800368&r2=1800369&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/faqs.html (original) +++ ofbiz/branches/ofbiz-new-website/faqs.html Fri Jun 30 10:24:23 2017 @@ -108,7 +108,7 @@ <div class="container clearfix"> <div class="row"> <h1 class="span8"><span>Frequently Asked </span>Questions</h1> - <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">templates</a><span>/</span><span class="current">faq</span> </div> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">community</a><span>/</span><span class="current">faq</span> </div> </div> </div> </header> Modified: ofbiz/branches/ofbiz-new-website/mailinglists.html URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/mailinglists.html?rev=1800369&r1=1800368&r2=1800369&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/mailinglists.html (original) +++ ofbiz/branches/ofbiz-new-website/mailinglists.html Fri Jun 30 10:24:23 2017 @@ -108,7 +108,7 @@ <div class="container clearfix"> <div class="row"> <h1 class="span8">Apache OFBiz Mailing Lists</h1> - <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">Community</a><span>/</span><span class="current">Mailing Lists</span> </div> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">Community</a><span>/</span><span class="current">Mailing Lists</span> </div> </div> </div> </header> Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1800369&r1=1800368&r2=1800369&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original) +++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Fri Jun 30 10:24:23 2017 @@ -8,7 +8,7 @@ <div class="container clearfix"> <div class="row"> <h1 class="span8">Getting Started - Developers</h1> - <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">Getting Started</a><span>/</span><span class="current">Developers</span> </div> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">Getting Started</a><span>/</span><span class="current">Developers</span> </div> </div> </div> </header> Modified: ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php?rev=1800369&r1=1800368&r2=1800369&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php (original) +++ ofbiz/branches/ofbiz-new-website/template/page/faqs.tpl.php Fri Jun 30 10:24:23 2017 @@ -8,7 +8,7 @@ <div class="container clearfix"> <div class="row"> <h1 class="span8"><span>Frequently Asked </span>Questions</h1> - <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">templates</a><span>/</span><span class="current">faq</span> </div> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">community</a><span>/</span><span class="current">faq</span> </div> </div> </div> </header> Modified: ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php?rev=1800369&r1=1800368&r2=1800369&view=diff ============================================================================== --- ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php (original) +++ ofbiz/branches/ofbiz-new-website/template/page/mailinglists.tpl.php Fri Jun 30 10:24:23 2017 @@ -8,7 +8,7 @@ <div class="container clearfix"> <div class="row"> <h1 class="span8">Apache OFBiz Mailing Lists</h1> - <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">Community</a><span>/</span><span class="current">Mailing Lists</span> </div> + <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="">Community</a><span>/</span><span class="current">Mailing Lists</span> </div> </div> </div> </header> |
Free forum by Nabble | Edit this page |