CloneSet328


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12310.997root
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121
templates/rhuk_milkyway/html/com_content/category/blog_links.php
2121
templates/rhuk_milkyway/html/com_content/frontpage/default_links.php
3121
templates/rhuk_milkyway/html/com_content/section/blog_links.php
Clone Instance
1
Line Count
12
Source Line
1
Source File
templates/rhuk_milkyway/html/com_content/category/blog_links.php

<?php // no direct access
defined( "_JEXEC") or exit ('Restricted access');
                                               ?>
<div>
  <strong><?php echo JText::_( 'More Articles...');  ?></strong>
</div>
<ul>
<?php foreach ($this->links as $link):  ;
                                        ?>
<li> <a class="blogsection" href="<?php                    echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug ,$link->catslug ,$link->sectionid)); ?>">
<?php                         echo $this->escape($link->title); ?></a>
</li>
<?php
      endforeach
      ;           ?>
</ul>


Clone Instance
2
Line Count
12
Source Line
1
Source File
templates/rhuk_milkyway/html/com_content/frontpage/default_links.php

<?php // no direct access
defined( "_JEXEC") or exit ('Restricted access');
                                               ?>
<div>
  <strong><?php echo JText::_( 'More Articles...');  ?></strong>
</div>
<ul>
<?php foreach ($this->links as $link):  ;
                                        ?>
<li> <a class="blogsection" href="<?php            echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug ,$link->catslug ,$link->sectionid)); ?>">
<?php                         echo $this->escape($link->title); ?></a>
</li>
<?php
      endforeach
      ;           ?>
</ul>


Clone Instance
3
Line Count
12
Source Line
1
Source File
templates/rhuk_milkyway/html/com_content/section/blog_links.php

<?php defined( "_JEXEC") or exit ('Restricted access');
                                                     ?>
<div>
  <strong><?php echo JText::_( 'More Articles...');  ?></strong>
</div>
<ul>
<?php
 foreach ($this->links as $link):  ;
                                   ?>
<li> <a class="blogsection" href="<?php            echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug ,$link->catslug ,$link->sectionid)); ?>">
<?php                         echo $this->escape($link->title); ?></a>
</li>
<?php
 endforeach
 ;                ?>
</ul>


Clone AbstractionParameter Count: 1Parameter Bindings

<?php // no direct access
  defined( "_JEXEC") or exit ('Restricted access');
?>
<div>
  <strong><?php
            echo JText::_('More Articles...');
          ?></strong>
</div>
<ul>
<?php
  foreach ($this->links as $link):
    ;
    ?> [[#variable51fd0c00]]<?php
    echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug ,$link->catslug ,$link->sectionid));
    ?>">
<?php
    echo $this->escape($link->title);
    ?></a>
</li>
<?php
  endforeach
  ;
?>
</ul>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51fd0c00]]
<li> <a class="blogsection" href=" 
12[[#51fd0c00]]
<li> <a class="blogsection" href=" 
13[[#51fd0c00]]
<li> <a class="blogsection" href="