mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Index do not show hot and classic
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ while($Cache->next_row()){
|
|||||||
echo $Cache->next_row();
|
echo $Cache->next_row();
|
||||||
// ------------- end: recent news ------------------//
|
// ------------- end: recent news ------------------//
|
||||||
// ------------- start: hot and classic movies ------------------//
|
// ------------- start: hot and classic movies ------------------//
|
||||||
displayHotAndClassic();
|
//displayHotAndClassic();
|
||||||
// ------------- end: hot and classic movies ------------------//
|
// ------------- end: hot and classic movies ------------------//
|
||||||
// ------------- start: funbox ------------------//
|
// ------------- start: funbox ------------------//
|
||||||
if ($showfunbox_main == "yes" && (!isset($CURUSER) || $CURUSER['showfb'] == "yes")){
|
if ($showfunbox_main == "yes" && (!isset($CURUSER) || $CURUSER['showfb'] == "yes")){
|
||||||
|
|||||||
Reference in New Issue
Block a user