Ignore:
Timestamp:
Mar 13, 2011, 11:56:02 AM (13 years ago)
Author:
mistic100
Message:

[plugins] Comments on Albums

  • stable version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_on_Albums/include/coa_admin_comments.php

    r9634 r9641  
    22/* Code adapted from admin/comments.php */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     4
     5load_language('plugin.lang', COA_PATH);
    46
    57// +-----------------------------------------------------------------------+
     
    1113        array(
    1214                'code' => 'pictures',
    13                 'label' => l10n('Photos'),
     15                'label' => l10n('COA_comments_photos'),
    1416        ),
    1517        array(
    1618                'code' => 'albums',
    17                 'label' => l10n('Albums'),
     19                'label' => l10n('COA_comments_albums'),
    1820        ),
    1921);
Note: See TracChangeset for help on using the changeset viewer.