Changeset 1483


Ignore:
Timestamp:
10/02/09 09:26:39 (14 years ago)
Author:
amuller
Message:

Ticket #475 - Substituição do expresso template de azul para default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/offline.php

    r1461 r1483  
    4141                                var account_id = null; 
    4242                                var expresso_offline = true; 
    43                                 var template = 'azul'; 
     43                                var template = 'default'; 
    4444                  </script>"; 
    4545        echo "<script src='js/globals.js?".$update_version."' type='text/javascript'></script>"; 
     
    106106        $template->set_var("user_email",$_SESSION['phpgw_info']['expressomail']['user']['email']); 
    107107        $template->set_var("logoff",lang("Logoff")); 
    108         $template->set_var("template",'azul'); 
     108        $template->set_var("template",'default'); 
    109109         
    110110        $acc = CreateObject('phpgwapi.accounts'); 
Note: See TracChangeset for help on using the changeset viewer.