CloneSet1125


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15201.000php_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115102
components/com_content/views/category/tmpl/blog.php
215105
templates/rhuk_milkyway/html/com_content/category/blog.php
Clone Instance
1
Line Count
15
Source Line
102
Source File
components/com_content/views/category/tmpl/blog.php

<?php if ($this->params->get('show_pagination')):  ;
                                                   ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesLinks(); ?>
<br/><br/>
</td>
</tr>
<?php
      endif; ?>
<?php if ($this->params->get('show_pagination_results')):  ;
                                                           ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
<?php
      endif; ?>
</table>


Clone Instance
2
Line Count
15
Source Line
105
Source File
templates/rhuk_milkyway/html/com_content/category/blog.php

<?php if ($this->params->get('show_pagination')):  ;
                                                   ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesLinks(); ?>
<br/><br/>
</td>
</tr>
<?php
      endif; ?>
<?php if ($this->params->get('show_pagination_results')):  ;
                                                           ?>
<tr>
  <td valign="top" align="center">
<?php                 echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
<?php
      endif; ?>
</table>


Clone AbstractionParameter Count: 0Parameter Bindings

<?php
  if ($this->params->get('show_pagination')):
    ;
    ?>
<tr>
  <td valign="top" align="center">
<?php
    echo $this->pagination->getPagesLinks();
    ?>
<br/><br/>
</td>
</tr>
<?php
  endif;
?>
<?php
  if ($this->params->get('show_pagination_results')):
    ;
    ?>
<tr>
  <td valign="top" align="center">
<?php
    echo $this->pagination->getPagesCounter();
    ?>
</td>
</tr>
<?php
  endif;
?>
</table>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None