Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 1 | 0.987 | php_fragment |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 14 | templates/beez/html/com_content/category/blog.php |
2 | 17 | 14 | templates/beez/html/com_content/section/blog.php |
| ||||
<?php if ($this->params->def('show_description', 1) || $this->params->def('show_description_image', 1)): ; ?> <div class="contentdescription<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php if ($this->params->get('show_description_image') && $this->category->image): ; ?> <img src="<?php echo $this->baseurl . $cparams->get('image_path') . '/' . $this->category->image; ?>" class="image_<?php echo $this->category->image_position; ?>" /> <?php endif; ?> <?php if ($this->params->get('show_description') && $this->category->description): echo $this->category->description; endif; ?> <?php if ($this->params->get('show_description_image') && $this->category->image): ; ?> <div class="wrap_image"> </div> <?php endif; ?> </div> <?php endif; ?> |
| ||||
<?php if ($this->params->def('show_description', 1) || $this->params->def('show_description_image', 1)): ; ?> <div class="contentdescription<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php if ($this->params->get('show_description_image') && $this->section->image): ; ?> <img src="<?php echo $this->baseurl . $cparams->get('image_path') . '/' . $this->section->image; ?>" class="image_<?php echo $this->section->image_position; ?>" /> <?php endif; ?> <?php if ($this->params->get('show_description') && $this->section->description): echo $this->section->description; endif; ?> <?php if ($this->params->get('show_description_image') && $this->section->image): ; ?> <div class="wrap_image"> </div> <?php endif; ?> </div> <?php endif; ?> |
| |||
<?php if ($this->params->def('show_description',1) || $this->params->def('show_description_image',1)): ; ?> <div class="contentdescription<?php echo $this->params->get('pageclass_sfx'); ?>"> <?php if ($this->params->get('show_description_image') && $this-> [[#variable5852e000]]->image): ; ?> <img src="<?php echo $this->baseurl . $cparams->get('image_path') . '/' . $this-> [[#variable5852e000]]->image; ?>" class="image_<?php echo $this-> [[#variable5852e000]]->image_position; ?>" /> <?php endif; ?> <?php if ($this->params->get('show_description') && $this-> [[#variable5852e000]]->description): echo $this-> [[#variable5852e000]]->description; endif; ?> <?php if ($this->params->get('show_description_image') && $this-> [[#variable5852e000]]->image): ; ?> <div class="wrap_image"> </div> <?php endif; ?> </div> <?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5852e000]] | category |
1 | 2 | [[#5852e000]] | section |