Changeset 6428

Show
Ignore:
Timestamp:
07/07/08 10:01:06 (21 months ago)
Author:
sup
Message:

[int: commitback from r6427]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/r33/cgi-bin/LJ/Hooks/SUP.pm

    r6412 r6428  
    325325        ## Add avito menu item into the Journal menu block 
    326326        unless ($LJ::DISABLED{avito}) { 
    327             my @journal_item = grep { $_->{id} eq "horizon-menu-journal" } @$aref; 
     327            my @journal_item = grep { $_->{id} eq "horizon-menu-journal" || $_->{id} eq 'vertigo-menu-journal' } @$aref; 
    328328            if (@journal_item) { 
    329329                unless (grep { $_->{url} eq $LJ::BAZAR_URL } @{$journal_item[0]->{links}} ) {