Revision 602
- Date:
- 2016/10/21 17:16:46
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/comps/contenido/components/header.msn
13 13 % my @TABS = (); 14 14 % my @plugins = ($state->project, split(/\s+/, $state->plugins)); 15 15 % my %plugins = map { lc($_) => 1 } @plugins; 16 % for my $tab_id (keys(%{ $toopi })) { 16 % for my $tab_id ( sort { $a cmp $b } keys %{ $toopi } ) { 17 17 % my ($b1, $b2) = $tab_id eq $profile ? ('<b>', '</b>') : ('', ''); 18 18 % if ($r->uri() =~ /keywords\.html$/ || ($r->uri =~ /^\/contenido\/(\w+)\//i && exists $plugins{lc($1)} ) ) { 19 19 % ($b1, $b2) = ('', '');