Committer: ybuhvalova
OPSC-425: Delete the link "Games" in menuU trunk/bin/upgrading/s2layers/understroke/layout.s2
Modified: trunk/bin/upgrading/s2layers/understroke/layout.s2 =================================================================== --- trunk/bin/upgrading/s2layers/understroke/layout.s2 2012-03-12 13:18:33 UTC (rev 21373) +++ trunk/bin/upgrading/s2layers/understroke/layout.s2 2012-03-12 13:28:56 UTC (rev 21374) @@ -38,9 +38,6 @@ property string text_month_form_btn { noui = 1; } property string text_tags_section_header { noui = 1; } -property string text_view_games; -set text_view_games = "My games"; - property use text_read_spam_comments; property use text_read_all_spam_comments; property use text_spam_comment; @@ -77,9 +74,7 @@ noui = 1; } set feeds_always = true; -property string custom_css { - string_mode = "css"; - } set custom_css = ""; + property string custom_ie_css { string_mode = "css"; } set custom_ie_css = ""; @@ -243,7 +238,6 @@ ["post",$*_{"post_text"},$*_{"post_link"}], ["rss",$*_{"rss_text"},$*_{"rss_link"}], ["atom",$*_{"atom_text"},$*_{"atom_link"}], - ["games",$*_{"games_text"},$*_{"games_link"}] ]; } function _navlist() : string[][] { @@ -417,10 +411,6 @@ # $*_{"ff_text"} = $*text_view_friendsfriends; # } -# games link -$*_{"games_link"} = "$*_{"base"}/profile#games"; -$*_{"games_text"} = $*text_view_games; - # Navigation and is_first if ($p.view == "friends") { var FriendsPage pp = $p as FriendsPage; $*_{"f_title"} = $pp.friends_title;