~waltercruz/b2evolution/whissip-walter

« back to all changes in this revision

Viewing changes to blogs/inc/comments/_comments.ctrl.php

  • Committer: walter
  • Date: 2010-09-08 13:54:54 UTC
  • mfrom: (0.1.8879)
  • Revision ID: walter@stark2-20100908135454-uckhk8wc03jvmxsj
whissip merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
15
15
 * @author fplanque: Francois PLANQUE.
16
16
 *
17
 
 * @version $Id: _comments.ctrl.php,v 1.33 2010/07/26 06:52:16 efy-asimo Exp $
 
17
 * @version $Id: _comments.ctrl.php,v 1.34 2010/08/05 08:04:12 efy-asimo Exp $
18
18
 */
19
19
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
20
20
 
313
313
$AdminUI->set_path( 'items', 'comments' );
314
314
 
315
315
require_css( 'rsc/css/blog_base.css', true );
 
316
require_js( 'communication.js' ); // auto requires jQuery
316
317
 
317
318
// Display <html><head>...</head> section! (Note: should be done early if actions do not redirect)
318
319
$AdminUI->disp_html_head();
381
382
 
382
383
/*
383
384
 * $Log: _comments.ctrl.php,v $
 
385
 * Revision 1.34  2010/08/05 08:04:12  efy-asimo
 
386
 * Ajaxify comments on itemList FullView and commentList FullView pages
 
387
 *
384
388
 * Revision 1.33  2010/07/26 06:52:16  efy-asimo
385
389
 * MFB v-4-0
386
390
 *