Code Duplication    Length = 18-18 lines in 2 locations

include/functions.php 2 locations

@@ 1013-1030 (lines=18) @@
1010
/**
1011
 * @param $heading
1012
 */
1013
function xtubeRenderCategoryListHeader($heading)
1014
{
1015
    echo '
1016
        <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4>
1017
        <table width="100%" cellspacing="1" class="outer" summary>
1018
        <tr>
1019
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th>
1020
            <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_FCATEGORY_TITLE . '</th>
1021
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_WEIGHT . '</th>
1022
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_CIMAGE . '</th>
1023
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATSPONSOR . '</th>
1024
<!--			<th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th>
1025
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th>
1026
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th>
1027
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> -->
1028
        </tr>
1029
        ';
1030
}
1031
1032
/**
1033
 * @param $published
@@ 1128-1145 (lines=18) @@
1125
/**
1126
 * @param $heading
1127
 */
1128
function xtubeRenderVideoListHeader($heading)
1129
{
1130
    echo '
1131
        <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4>
1132
        <table width="100%" cellspacing="1" class="outer" summary>
1133
        <tr>
1134
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th>
1135
            <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_MINDEX_TITLE . '</th>
1136
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_VIDSOURCE2 . '</th>
1137
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATTITLE . '</th>
1138
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_POSTER . '</th>
1139
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th>
1140
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th>
1141
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th>
1142
            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th>
1143
        </tr>
1144
        ';
1145
}
1146
1147
/**
1148
 * @param $published