Ignore:
Timestamp:
Mar 12, 2011, 10:56:58 PM (13 years ago)
Author:
mistic100
Message:

[plugins] Comments on Albums

  • corrections
  • public list available
File:
1 edited

Legend:

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

    r9624 r9634  
    1010list($nb_comments) = pwg_db_fetch_row(pwg_query($query));
    1111
    12 $template->assign('NB_COMMENTS', l10n_dec('%d comment', '%d comments', $nb_comments) .' ('. l10n('Albums') .')');
     12$template->assign('DB_COMMENTS_ALBUMS', l10n_dec('%d comment', '%d comments', $nb_comments));
    1313
    1414// unvalidated comments
     
    2828
    2929// template
    30 $template->set_filename('comments_on_albums', dirname(__FILE__) .'/../template/coa_intro.tpl');
     30$template->set_filename('comments_on_albums', dirname(__FILE__) .'/../template/coa_admin_intro.tpl');
    3131$template->concat('ADMIN_CONTENT', $template->parse('comments_on_albums', true));
    3232
Note: See TracChangeset for help on using the changeset viewer.