| 
      
            Lines 32-39
          my ($template, $loggedinuser, $cookie)
      
      
        Link Here
      
     | 
  
        
          | 32 | 
          				type => "intranet",  | 
          32 | 
          				type => "intranet",  | 
        
        
          | 33 | 
          				flagsrequired => {reports => '*'}, | 
          33 | 
          				flagsrequired => {reports => '*'}, | 
        
        
          | 34 | 
          				});  | 
          34 | 
          				});  | 
        
          
            
              | 35 | 
              $template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), | 
              35 | 
               | 
            
            
              | 36 | 
              		intranetstylesheet => C4::Context->preference("intranetstylesheet"), | 
              36 | 
              my $version_string = Koha::version();  | 
            
            
              | 37 | 
              		IntranetNav => C4::Context->preference("IntranetNav"), | 
              37 | 
              my ( $major, $minor, $maintenance, $development ) = split( '\.', $version_string );  | 
            
            
              | 38 | 
              		);  | 
              38 | 
              my $schema_version = ( $development ne '000' ) ? "" : $major . "_" . $minor;  | 
            
            
               | 
               | 
              39 | 
              $template->param( 'schema_version' => $schema_version );  | 
            
            
              | 40 | 
               | 
            
        
          | 39 | 
          output_html_with_http_headers $query, $cookie, $template->output;  | 
          41 | 
          output_html_with_http_headers $query, $cookie, $template->output;  | 
        
            
              | 40 | 
              -   | 
               | 
               |