CloneSet307


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17210.987php_fragment
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11714
templates/beez/html/com_content/category/blog.php
21714
templates/beez/html/com_content/section/blog.php
Clone Instance
1
Line Count
17
Source Line
14
Source File
templates/beez/html/com_content/category/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">&nbsp;</div>
<?php
                      endif; ?>
</div>
<?php
              endif; ?>


Clone Instance
2
Line Count
17
Source Line
14
Source File
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->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: 1Parameter 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-> [[#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">&nbsp;</div>
<?php
    endif;
    ?>
</div>
<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5852e000]]
category 
12[[#5852e000]]
section