@@ -266,13 +266,14 @@ TEXT;
$arr = explode("
",$html);
$arr = array_unique(array_filter($arr));
+ echo "<div style='font-size:35px;padding:20px 0 20px 0'>";
foreach($arr as $item){
echo $item."<br /><br />";
}
+ echo "</div>";
exit();
//return $this->render('user_privacy');
-