0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
blocks
/
date_nav
/
[
Home
]
File: edit.php
<?php defined('C5_EXECUTE') or die("Access Denied."); Loader::model("collection_types"); if ($c->getCollectionID() != $cParentID && (!$cThis) && ($cParentID != 0)) { $isOtherPage = true; } global $c; global $b; $uh = Loader::helper('concrete/urls'); if($b){ $bCID = $b->getBlockCollectionID(); $bID=$b->getBlockID(); }else{ $bCID=0; $bID=0; } //include(DIR_FILES_BLOCK_TYPES_CORE.'/page_list/page_list_form.php'); $data=array( 'c'=>$c, 'b'=>$b, 'bID'=>$bID, 'bCID'=>$bCID, 'uh'=>$uh, 'isOtherPage'=>$isOtherPage); $data['controller']=$this->controller; $bt->inc('form_setup_html.php', $data ); ?>