commentsNoIndex)) { echo ""; } include $global['systemRootPath'] . 'view/videoComments_textarea.php'; $commentTemplate = json_encode(file_get_contents($global['systemRootPath'] . 'view/videoComments_template.php')); $class = ''; if (!empty($advancedCustom->removeThumbsUpAndDown)) { $class = 'removeThumbsUpAndDown'; } if (!User::canComment()) { $class .= ' canNotComment'; } else { $class .= ' canComment'; } if (!User::isLogged()) { $class .= ' userNotLogged'; } else { $class .= ' userLogged'; } if (empty(getVideos_id())) { $class .= ' noVideosId'; } else { $class .= ' withVideosId'; } ?>