7 lines
76 B
PHP
7 lines
76 B
PHP
<?php
|
|
|
|
$this->beginWidget('CMarkdown');
|
|
|
|
echo $content;
|
|
|
|
$this->endWidget(); |