Code Duplication    Length = 5-5 lines in 2 locations

lib/net/nehmer/blog/handler/archive.php 1 location

@@ 495-499 (lines=5) @@
492
                }
493
494
                $data['linked'] = ($article->topic !== $this->_content_topic->id);
495
                if ($data['linked'])
496
                {
497
                    $nap = new midcom_helper_nav();
498
                    $data['node'] = $nap->get_node($article->topic);
499
                }
500
501
                midcom_show_style('archive-list-item');
502
            }

lib/net/nehmer/blog/handler/index.php 1 location

@@ 239-243 (lines=5) @@
236
                    $data['view_url'] = $prefix . $data['view_url'];
237
                }
238
                $data['linked'] = ($article->topic !== $this->_content_topic->id);
239
                if ($data['linked'])
240
                {
241
                    $nap = new midcom_helper_nav();
242
                    $data['node'] = $nap->get_node($article->topic);
243
                }
244
245
                midcom_show_style('index-item', array($article->guid));
246
            }