|  | @@ 2921-2938 (lines=18) @@ | 
                                                            
                                    | 2918 |  |     /** | 
                                                            
                                    | 2919 |  |      * @param $heading | 
                                                            
                                    | 2920 |  |      */ | 
                                                            
                                    | 2921 |  |     public static function xtubeRenderCategoryListHeader($heading) | 
                                                            
                                    | 2922 |  |     { | 
                                                            
                                    | 2923 |  |         echo ' | 
                                                            
                                    | 2924 |  |         <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4> | 
                                                            
                                    | 2925 |  |         <table width="100%" cellspacing="1" class="outer" summary> | 
                                                            
                                    | 2926 |  |         <tr> | 
                                                            
                                    | 2927 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th> | 
                                                            
                                    | 2928 |  |             <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_FCATEGORY_TITLE . '</th> | 
                                                            
                                    | 2929 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_WEIGHT . '</th> | 
                                                            
                                    | 2930 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_FCATEGORY_CIMAGE . '</th> | 
                                                            
                                    | 2931 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATSPONSOR . '</th> | 
                                                            
                                    | 2932 |  | <!--            <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th> | 
                                                            
                                    | 2933 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th> | 
                                                            
                                    | 2934 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th> | 
                                                            
                                    | 2935 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> --> | 
                                                            
                                    | 2936 |  |         </tr> | 
                                                            
                                    | 2937 |  |         '; | 
                                                            
                                    | 2938 |  |     } | 
                                                            
                                    | 2939 |  |  | 
                                                            
                                    | 2940 |  |     /** | 
                                                            
                                    | 2941 |  |      * @param $published | 
                                                                                
                                |  | @@ 3045-3062 (lines=18) @@ | 
                                                            
                                    | 3042 |  |     /** | 
                                                            
                                    | 3043 |  |      * @param $heading | 
                                                            
                                    | 3044 |  |      */ | 
                                                            
                                    | 3045 |  |     public static function xtubeRenderVideoListHeader($heading) | 
                                                            
                                    | 3046 |  |     { | 
                                                            
                                    | 3047 |  |         echo ' | 
                                                            
                                    | 3048 |  |         <h4 style="font-weight: bold; color: #0A3760;">' . $heading . '</h4> | 
                                                            
                                    | 3049 |  |         <table width="100%" cellspacing="1" class="outer" summary> | 
                                                            
                                    | 3050 |  |         <tr> | 
                                                            
                                    | 3051 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ID . '</th> | 
                                                            
                                    | 3052 |  |             <th style=" font-size: smaller;"><b>' . _AM_XOOPSTUBE_MINDEX_TITLE . '</th> | 
                                                            
                                    | 3053 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_VIDSOURCE2 . '</th> | 
                                                            
                                    | 3054 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_CATTITLE . '</th> | 
                                                            
                                    | 3055 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_POSTER . '</th> | 
                                                            
                                    | 3056 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_PUBLISH . '</th> | 
                                                            
                                    | 3057 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_EXPIRE . '</th> | 
                                                            
                                    | 3058 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ONLINE . '</th> | 
                                                            
                                    | 3059 |  |             <th style="text-align: center; font-size: smaller;">' . _AM_XOOPSTUBE_MINDEX_ACTION . '</th> | 
                                                            
                                    | 3060 |  |         </tr> | 
                                                            
                                    | 3061 |  |         '; | 
                                                            
                                    | 3062 |  |     } | 
                                                            
                                    | 3063 |  |  | 
                                                            
                                    | 3064 |  |     /** | 
                                                            
                                    | 3065 |  |      * @param $published |