Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 3 | 1 | 0.997 | root |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 1 | templates/rhuk_milkyway/html/com_content/category/blog_links.php |
2 | 12 | 1 | templates/rhuk_milkyway/html/com_content/frontpage/default_links.php |
3 | 12 | 1 | templates/rhuk_milkyway/html/com_content/section/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> |
| ||||
<?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> |
| ||||
<?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> |
| |||
<?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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51fd0c00]] | <li> <a class="blogsection" href=" |
1 | 2 | [[#51fd0c00]] | <li> <a class="blogsection" href=" |
1 | 3 | [[#51fd0c00]] | <li> <a class="blogsection" href=" |