alf (red_alf) wrote in changelog,
alf
red_alf
changelog

[ljcom] r9787: OPSC-199: Create Games widget at the LJ ...

Committer: afedorov
OPSC-199: Create Games widget at the LJ homepage

U   trunk/bin/upgrading/en_LJ.dat
U   trunk/htdocs/index.bml
Modified: trunk/bin/upgrading/en_LJ.dat
===================================================================
--- trunk/bin/upgrading/en_LJ.dat	2010-12-02 09:29:55 UTC (rev 9786)
+++ trunk/bin/upgrading/en_LJ.dat	2010-12-02 10:08:59 UTC (rev 9787)
@@ -6174,8 +6174,12 @@
 
 userapps.friends_playing_widget=What are your friends playing?
 
+userapps.game_list_widget=Games
+
 userapps.game_pools=Game Polls
 
+userapps.hints_widget=Helpfull Hints
+
 userapps.invite_friends=None of your friends are currently playing games. You should invite them to play!
 
 userapps.login_to_play=<a href="[[url]]">Login for play!</a>

Modified: trunk/htdocs/index.bml
===================================================================
--- trunk/htdocs/index.bml	2010-12-02 09:29:55 UTC (rev 9786)
+++ trunk/htdocs/index.bml	2010-12-02 10:08:59 UTC (rev 9787)
@@ -106,6 +106,8 @@
         $ret .= "<div class='homepage-account-right'>";
 
         $ret .= LJ::Widget::QotD->render(domain => "homepage");
+        
+        $ret .= LJ::Widget::GameList->render;
 
         $ret .= "</div><!-- end .homepage-account-right -->\n";
 #        $ret .= "</div><!-- end .homepage-account-inner -->\n";
@@ -258,6 +260,8 @@
         #       $ret .= "</div>";
         #          }
 
+        $ret .= LJ::Widget::GameList->render;
+
         #Sign UP button
         $ret .= '<p class="b-signup"><a href="'.$LJ::SITEROOT.'/create.bml"><span>'.BML::ml('.loggedout.signup').'</span></a></p>';
 

Tags: bml, dat, ljcom, red_alf
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments