CloneSet304


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15220.968php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11512
templates/beez/html/com_content/category/default.php
21512
templates/beez/html/com_content/section/default.php
Clone Instance
1
Line Count
15
Source Line
12
Source File
templates/beez/html/com_content/category/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">&nbsp;</div>
<?php
              endif; ?>
</div>
<?php
      endif; ?>


Clone Instance
2
Line Count
15
Source Line
12
Source File
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->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">&nbsp;</div>
<?php
              endif; ?>
</div>
<?php
      endif; ?>


Clone AbstractionParameter Count: 2Parameter Bindings

<?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">&nbsp;</div>
<?php
    endif;
    ?>
</div>
<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#512c25c0]]
section 
12[[#512c25c0]]
category 
21[[#3f785500]]
$this->baseurl
. '/' 
22[[#3f785500]]
$this->baseurl