Changeset 4127 for extensions/piclens


Ignore:
Timestamp:
Oct 27, 2009, 9:51:50 PM (14 years ago)
Author:
tiico
Message:

[Piclens/Cooliris] Fiw bug 0001217 : Embedded 3D wall not working on category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/piclenswall.php

    r3645 r4127  
    2727
    2828                                        if ($this->my_config['piclens_wall_specif'] == 'common') // pas de specificites 3DWall : utilisation des parametres piclens
    29                                                 $rssfeed .= 'piclens-rss.php'.(empty($page['category']['permalink']) ? $page['category']['id'] : $page['category']['permalink']);
     29                                                $rssfeed .= 'piclens-rss.php?/category/'.(empty($page['category']['permalink']) ? $page['category']['id'] : $page['category']['permalink']);
    3030                                        else
    3131                                        {
    3232                                                //  categorie pour laquelle le mur est parametre.
    3333                                                if (in_array($page['category']['id'], $this->my_config['piclens_wall_categories']))
    34                                                         $rssfeed .= 'piclenswall-rss.php'.(empty($page['category']['permalink']) ? $page['category']['id'] : $page['category']['permalink']);
     34                                                        $rssfeed .= 'piclenswall-rss.php?/category/'.(empty($page['category']['permalink']) ? $page['category']['id'] : $page['category']['permalink']);
    3535                                        }
    3636                                }
Note: See TracChangeset for help on using the changeset viewer.