From 391abf464170b6cb050f013e65bf7ba88e04ef02 Mon Sep 17 00:00:00 2001 From: Sylvie Greverend Date: Thu, 6 Jul 2006 20:13:54 +0000 Subject: to have tinymce displaying its bar in the comment --- comments_inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comments_inc.php') diff --git a/comments_inc.php b/comments_inc.php index 1497808..23d3b36 100644 --- a/comments_inc.php +++ b/comments_inc.php @@ -3,12 +3,12 @@ * comment_inc * * @author spider - * @version $Revision: 1.15 $ + * @version $Revision: 1.16 $ * @package liberty * @subpackage functions */ -// $Header: /cvsroot/bitweaver/_bit_liberty/comments_inc.php,v 1.15 2006/06/16 22:35:14 sylvieg Exp $ +// $Header: /cvsroot/bitweaver/_bit_liberty/comments_inc.php,v 1.16 2006/07/06 20:13:54 sylvieg Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. @@ -200,4 +200,5 @@ $gBitSmarty->assign('comments_return_url', $comments_return_url); $gBitSmarty->assign('comments_at_top_of_page', ( isset( $comments_at_top_of_page ) && $gBitSystem->getConfig( 'comments_reorganise_page_layout', 'n' ) == 'y' ) ? $comments_at_top_of_page : NULL ); $gBitSmarty->assign('comments_style', $comments_display_style); $gBitSmarty->assign('comments_sort_mode', $comments_sort_mode); +$gBitSmarty->assign('textarea_id', 'commentpost'); ?> -- cgit v1.3