Changeset 1161

Show
Ignore:
Timestamp:
05/19/08 21:28:50 (7 months ago)
Author:
rats
Message:

* Fixed #1267: placeholder of awstats menu entry in client/webtools is not replaced with path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1159 r1161  
    55        - GUI: 
    66                * Fixed #1263: Error 404 when deleting user from "reseller" interface 
     7                * Fixed #1267: placeholder of awstats menu entry in client/webtools is not replaced with path 
    78        - TOOLS: 
    89                * Fixed #1264: (Webmail) Error: File does not exist 
  • trunk/gui/client/backup.php

    r1014 r1161  
    6565                ); 
    6666 
    67 function gen_page_awstats($tpl) { 
     67function gen_page_awstats(&$tpl) { 
    6868        global $cfg; 
    6969        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/error_edit.php

    r1014 r1161  
    7676} 
    7777 
    78 function gen_page_awstats($tpl) { 
     78function gen_page_awstats(&$tpl) { 
    7979        global $cfg; 
    8080        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/error_pages.php

    r1014 r1161  
    6363                )); 
    6464 
    65 function gen_page_awstats($tpl) { 
     65function gen_page_awstats(&$tpl) { 
    6666        global $cfg; 
    6767        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/protect_it.php

    r1157 r1161  
    349349} 
    350350 
    351 function gen_page_awstats($tpl) { 
     351function gen_page_awstats(&$tpl) { 
    352352        global $cfg; 
    353353        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/protected_areas.php

    r1014 r1161  
    8787} 
    8888 
    89 function gen_page_awstats($tpl) { 
     89function gen_page_awstats(&$tpl) { 
    9090        global $cfg; 
    9191        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/puser_assign.php

    r1014 r1161  
    268268} 
    269269 
    270 function gen_page_awstats($tpl) { 
     270function gen_page_awstats(&$tpl) { 
    271271        global $cfg; 
    272272        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/puser_edit.php

    r1014 r1161  
    124124} 
    125125 
    126 function gen_page_awstats($tpl) { 
     126function gen_page_awstats(&$tpl) { 
    127127        global $cfg; 
    128128        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/puser_gadd.php

    r1014 r1161  
    115115} 
    116116 
    117 function gen_page_awstats($tpl) { 
     117function gen_page_awstats(&$tpl) { 
    118118        global $cfg; 
    119119        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/puser_manage.php

    r1014 r1161  
    146146} 
    147147 
    148 function gen_page_awstats($tpl) { 
     148function gen_page_awstats(&$tpl) { 
    149149        global $cfg; 
    150150        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/puser_uadd.php

    r1014 r1161  
    133133} 
    134134 
    135 function gen_page_awstats($tpl) { 
     135function gen_page_awstats(&$tpl) { 
    136136        global $cfg; 
    137137        $awstats_act = $cfg['AWSTATS_ACTIVE']; 
  • trunk/gui/client/webtools.php

    r1014 r1161  
    4040        ); 
    4141 
    42 function gen_page_awstats($tpl) { 
     42function gen_page_awstats(&$tpl) { 
    4343        global $cfg; 
    4444        $awstats_act = $cfg['AWSTATS_ACTIVE'];