Changeset 18116


Ignore:
Timestamp:
Sep 21, 2012, 11:14:16 AM (12 years ago)
Author:
plg
Message:

bug 2752 fixed: make sure we don't use the mobile theme with the no_photo_yet feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/include/no_photo_yet.inc.php

    r12922 r18116  
    4242  if (0 == $nb_photos)
    4343  {
     44    // make sure we don't use the mobile theme, which is not compatible with
     45    // the "no photo yet" feature
     46    $template = new Template(PHPWG_ROOT_PATH.'themes', $user['theme']);
     47   
    4448    if (isset($_GET['no_photo_yet']))
    4549    {
Note: See TracChangeset for help on using the changeset viewer.