Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 2 | 0.968 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 12 | templates/beez/html/com_content/category/default.php |
2 | 15 | 12 | templates/beez/html/com_content/section/default.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-> [[#variable512c25c0]]->image): ; ?> <img src="<?php echo [[#variable3f785500]] . $cparams->get('image_path') . '/' . $this-> [[#variable512c25c0]]->image; ?>" class="image_<?php echo $this-> [[#variable512c25c0]]->image_position; ?>" /> <?php endif; ?> <?php if ($this->params->get('show_description') && $this-> [[#variable512c25c0]]->description): echo $this-> [[#variable512c25c0]]->description; endif; ?> <?php if ($this->params->get('show_description_image') && $this-> [[#variable512c25c0]]->image): ; ?> <div class="wrap_image"> </div> <?php endif; ?> </div> <?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#512c25c0]] | section |
1 | 2 | [[#512c25c0]] | category |
2 | 1 | [[#3f785500]] | $this->baseurl . '/' |
2 | 2 | [[#3f785500]] | $this->baseurl |