Code Duplication    Length = 3-3 lines in 2 locations

admin/categories.php 1 location

@@ 367-369 (lines=3) @@
364
} else {
365
    echo '<h4>' . _AM_APCAL_MENU_CATEGORIES . "</h4>\n";
366
367
    if (!empty($_GET['mes'])) {
368
        echo "<p><style='color: blue; '>" . htmlspecialchars($_GET['mes'], ENT_QUOTES) . '</style></p>';
369
    }
370
371
    echo "<p><a href='?disp=new&cid=0'>" . _AM_APCAL_MB_MAKETOPCAT . "<img src='../assets/images/cat_add.gif' width='18' height='15' alt='' /></a></p>\n";
372

admin/pluginsmanager.php 1 location

@@ 172-174 (lines=3) @@
169
170
echo '<h4>' . _MI_APCAL_ADMENU_PLUGINS . "</h4>\n";
171
172
if (!empty($_GET['mes'])) {
173
    echo "<p><font color='blue'>" . htmlspecialchars($_GET['mes'], ENT_QUOTES) . '</font></p>';
174
}
175
176
// mains (monthly, weekly, daily)
177
$type_options = "<option value='monthly'>" . _AM_APCAL_PI_VIEWMONTHLY . "</option>\n";