Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
frontend
views
widgetsTests
commentsComments.php
1
<?php
2
/**
3
* Gentics Portal.Node PHP
4
* Author & Copyright (c) by Gentics Software GmbH
5
* sales@gentics.com
6
* http://www.gentics.com
7
* Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8
* You must not use this software without a valid license agreement.
9
*
10
*
11
*/
12
?>
13
14
<a href=
"javascript:window.open('<?php echo Yii::app()->getModule("
social
")->createMailsendingUrl()?>')"
>share via email</a>
15
16
<?php $this->widget(
'comments.widgets.CommentsWidget'
,
17
array(
18
'contentId'
=> 12300123,
19
'allowAnonymous'
=>
true
,
20
'requiredForAnonymous'
=>
'firstname,lastname,email'
,
21
'moderatorEmail'
=>
'kobylin.a.a@gmail.com'
,
22
'dontNeedApprove'
=>
false
,
23
'oneLevelReply'
=>
true
24
)
25
) ?>
26
27
<?php $this->widget(
'comments.widgets.CommentsWidget'
,
28
array(
29
'contentId'
=> 12300124,
30
'allowAnonymous'
=>
false
,
31
'moderatorEmail'
=>
'iaia@meta.ua'
,
32
'dontNeedApprove'
=>
true
,
33
'oneLevelReply'
=>
true
34
)
35
) ?>
36
37
Generated on Thu Jun 20 2013 14:45:15 for Gentics Portal.Node PHP API by
1.8.1.2