Вход Регистрация
Файл: concrete5.7.5.6/concrete/blocks/form/edit.php
Строк: 34
<?php 
defined
('C5_EXECUTE') or die("Access Denied.");
use 
ConcreteBlockFormMiniSurvey;

//$miniSurveyInfo['surveyName']= $bs->surveyName;
$miniSurvey=new MiniSurvey($b);
$miniSurveyInfo=$miniSurvey->getMiniSurveyBlockInfo$b->getBlockID() );
MiniSurvey::questionCleanupintval($miniSurveyInfo['questionSetId']), $b->getBlockID() );

$u=new User();
$ui=UserInfo::getByID($u->uID);
?>

<script>
<?php if (is_object($b->getProxyBlock())) { ?>
    var thisbID=parseInt(<?php echo $b->getProxyBlock()->getBlockID()?>); 
<?php } else { ?>
    var thisbID=parseInt(<?php echo $b->getBlockID()?>); 
<?php ?>
var thisbtID=parseInt(<?php echo $b->getBlockTypeID()?>); 
</script>

<?php  $this->inc('form_setup_html.php', array('c' => $c'b' => $b'miniSurveyInfo' => $miniSurveyInfo'miniSurvey' => $miniSurvey'a' => $a'bt' => $bt)); ?>
Онлайн: 2
Реклама