Ignore:
Timestamp:
Mar 1, 2011, 12:07:19 PM (13 years ago)
Author:
patdenice
Message:

PWG Stuffs module is now integrated in piclens plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/include/Piclens.class.php

    r8780 r9448  
    567567        }
    568568       
    569 
    570        
     569  function piclens_stuffs_module($modules)
     570  {
     571    array_push($modules, array(
     572      'path' => PICLENS_PATH.'stuffs_module/',
     573      'name' => 'Piclens 3DWall',
     574      'description' => l10n('piclens_stuffs_description'),
     575      )
     576    );
     577    return $modules;
     578  }
    571579}
    572580
Note: See TracChangeset for help on using the changeset viewer.