Changeset 1720

Show
Ignore:
Timestamp:
04/19/2008 11:11:50 AM (7 months ago)
Author:
jeena
Message:

changed href to index.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/index.php

    r1707 r1720  
    88 
    99    if(isset($get['show']) AND $get['show'] == 'page') { 
    10         $show_section = "<a href='?show=weblog'>".$l['admin']['section_weblog']."</a> | <strong>".$l['admin']['section_page']."</strong>"; 
     10        $show_section = "<a href='index.php?show=weblog'>".$l['admin']['section_weblog']."</a> | <strong>".$l['admin']['section_page']."</strong>"; 
    1111        $where = "section = 'page'"; 
    1212    }