Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 3 | 0 | 1.000 | root |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 1 | templates/beez/html/com_content/category/blog_links.php |
2 | 15 | 1 | templates/beez/html/com_content/frontpage/default_links.php |
3 | 15 | 1 | templates/beez/html/com_content/section/blog_links.php |
| ||||
<?php // @version $Id: blog_links.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <h2> <?php echo JText::_('More Articles...'); ?> </h2> <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 $link->title; ?></a> </li> <?php endforeach ; ?> </ul> |
| ||||
<?php // @version $Id: default_links.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <h2> <?php echo JText::_('More Articles...'); ?> </h2> <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 $link->title; ?></a> </li> <?php endforeach ; ?> </ul> |
| ||||
<?php // @version $Id: blog_links.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <h2> <?php echo JText::_('More Articles...'); ?> </h2> <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 $link->title; ?></a> </li> <?php endforeach ; ?> </ul> |
| |||
<?php // @version $Id: blog_links.php 11845 2009-05-27 23:28:59Z robs $ // @version $Id: default_links.php 11845 2009-05-27 23:28:59Z robs $ defined( "_JEXEC") or exit; ?> <h2> <?php echo JText::_('More Articles...'); ?> </h2> <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 $link->title; ?></a> </li> <?php endforeach ; ?> </ul> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |