Ignore:
Timestamp:
Nov 11, 2014, 10:35:31 PM (9 years ago)
Author:
ddtddt
Message:

[extensions] - see_photos_by_user clean jquery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/see_photos_by_user/pagespba.php

    r30429 r30430  
    8080                'USERSSPBYL' => $userslistecloud['username'],
    8181                'USERSSPBYLC' => $userslistecloud['PBU'],
    82                 'USERSSPBYCOLOR' => $conf['see_photos_by_user_color'],
    83                 'USERSSPBYSHAPE' => $conf['see_photos_by_user_shape'],
    8482                'USERSSPBYWEIGHT' => $wheight,
    8583            );
     
    9189   
    9290    $linkusersliste = get_root_url() . 'index.php?/user-';
    93     $template->assign('USERSSPBY', $linkusersliste);
     91    $template->assign(array(
     92        'USERSSPBY'=> $linkusersliste,
     93        'USERSSPBYCOLOR' => $conf['see_photos_by_user_color'],
     94        'USERSSPBYSHAPE' => $conf['see_photos_by_user_shape'],
     95            ));
    9496   
    9597   
Note: See TracChangeset for help on using the changeset viewer.