Show
Ignore:
Timestamp:
05/02/05 15:33:26 (8 years ago)
Author:
fproulx
Message:

2005-05-02 Francois Proulx <francois.proulx@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/portal/index.php

    r607 r610  
    5454if (isset ($session)) 
    5555{ 
     56    if(!empty($_REQUEST['gw_id'])) 
     57        $session->set(SESS_GW_ID_VAR, $_REQUEST['gw_id']); 
    5658        $smarty->assign("original_url_requested", $session->get(SESS_ORIGINAL_URL_VAR)); 
    5759} 
     
    185187        $html .= "<table width='100%'><tr><td>"; 
    186188        $html .= "<div class='portal_user_section'>\n"; 
    187         $html .= _("My content")."\n"; 
     189        $html .= "<h1>"._("My content")."</h1>\n"; 
    188190        foreach ($contents as $content) 
    189191        { 
     
    202204 
    203205$html .= "</div>\n"; 
    204  
    205206$ui->setMainContent($html); 
    206207$ui->display();