[ljcom] r12558: LJSUP-13400: Create page "Advertisment o...

Committer: wisest-owl
LJSUP-13400: Create page "Advertisment on site"

U   trunk/cgi-bin/LJ/Router.pm
Modified: trunk/cgi-bin/LJ/Router.pm
===================================================================
--- trunk/cgi-bin/LJ/Router.pm	2012-08-27 14:07:25 UTC (rev 12557)
+++ trunk/cgi-bin/LJ/Router.pm	2012-08-27 14:57:36 UTC (rev 12558)
@@ -16,6 +16,7 @@
 use LJ::Router::Latest;
 use LJ::Router::Profile;
 use LJ::Router::Admin;
+use LJ::Router::ADV;
 
 my @routers = qw(
     LJ::Mob::Router
@@ -32,6 +33,7 @@
     LJ::Router::Latest
     LJ::Router::Profile
     LJ::Router::Admin
+    LJ::Router::ADV
 );
 
 sub match_controller {