[ljcom] r12707: LJSUP-13770 (refactor LJ FAQs from BML t...
Committer: ailyin
LJSUP-13770 (refactor LJ FAQs from BML to controllers)U trunk/cgi-bin/LJ/Nav.pm U trunk/cgi-bin/LJ/SiteScheme/Dystopia.pm U trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm U trunk/cgi-bin/LJ/Widget/ErrorPage.pm U trunk/htdocs/doc/index.bml U trunk/htdocs/site/index.bml
Modified: trunk/cgi-bin/LJ/Nav.pm
===================================================================
--- trunk/cgi-bin/LJ/Nav.pm 2012-09-28 12:58:50 UTC (rev 12706)
+++ trunk/cgi-bin/LJ/Nav.pm 2012-09-28 13:12:37 UTC (rev 12707)
@@ -422,7 +422,7 @@
'enabled' => !$remote_identity,
},
{
- 'url' => "$siteroot/support/faq.bml",
+ 'url' => "$siteroot/support/faq/",
'text' => ml('xcolibur.nav.help.faq'),
},
{
Modified: trunk/cgi-bin/LJ/SiteScheme/Dystopia.pm
===================================================================
--- trunk/cgi-bin/LJ/SiteScheme/Dystopia.pm 2012-09-28 12:58:50 UTC (rev 12706)
+++ trunk/cgi-bin/LJ/SiteScheme/Dystopia.pm 2012-09-28 13:12:37 UTC (rev 12707)
@@ -256,7 +256,7 @@
'name' => ml('dystopia.navhead.help'),
'links' => [
{
- 'url' => "$LJ::SITEROOT/support/faq.bml",
+ 'url' => "$LJ::SITEROOT/support/faq/",
'text' => ml('dystopia.nav.faq'),
},
{
Modified: trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm
===================================================================
--- trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm 2012-09-28 12:58:50 UTC (rev 12706)
+++ trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm 2012-09-28 13:12:37 UTC (rev 12707)
@@ -119,7 +119,7 @@
'horizon.sitemap.supportfaqs',
{
'aopts1' => "href='$LJ::SITEROOT/support/'",
- 'aopts2' => "href='$LJ::SITEROOT/support/faq.bml'",
+ 'aopts2' => "href='$LJ::SITEROOT/support/faq/'",
},
);
Modified: trunk/cgi-bin/LJ/Widget/ErrorPage.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/ErrorPage.pm 2012-09-28 12:58:50 UTC (rev 12706)
+++ trunk/cgi-bin/LJ/Widget/ErrorPage.pm 2012-09-28 13:12:37 UTC (rev 12707)
@@ -36,7 +36,7 @@
'faq' => sub {
return LJ::Lang::ml(
'.errorpage.not_found.link.faq',
- { 'aopts' => "href='$LJ::SITEROOT/support/faq.bml'" },
+ { 'aopts' => "href='$LJ::SITEROOT/support/faq/'" },
);
},
Modified: trunk/htdocs/doc/index.bml
===================================================================
--- trunk/htdocs/doc/index.bml 2012-09-28 12:58:50 UTC (rev 12706)
+++ trunk/htdocs/doc/index.bml 2012-09-28 13:12:37 UTC (rev 12707)
@@ -10,7 +10,7 @@
<?p <?_ml .docs.tour.about _ml?> p?>
</li>
<li>
- <?h2 <a href="/support/faq.bml"><?_ml .docs.faq.title _ml?></a> h2?>
+ <?h2 <a href="/support/faq/"><?_ml .docs.faq.title _ml?></a> h2?>
<?p <?_ml .docs.faq.about _ml?> p?>
</li>
<li>
Modified: trunk/htdocs/site/index.bml
===================================================================
--- trunk/htdocs/site/index.bml 2012-09-28 12:58:50 UTC (rev 12706)
+++ trunk/htdocs/site/index.bml 2012-09-28 13:12:37 UTC (rev 12707)
@@ -111,7 +111,7 @@
<dt><?_ml .otherlinks.need_help _ml?></dt>
<dd>
<ul>
- <li><a href="/support/faq.bml"><?_ml .otherlinks.faq _ml?></a> -- <a href="/support/faqpop.bml"><?_ml .otherlinks.popular_faqs _ml?></a></li>
+ <li><a href="/support/faq/"><?_ml .otherlinks.faq _ml?></a> -- <a href="/support/faqpop.bml"><?_ml .otherlinks.popular_faqs _ml?></a></li>
<li><a href="/support/"><?_ml .otherlinks.ask_question _ml?></a></li>
</ul>
</dd>
