mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -85,4 +85,3 @@ define("LIST_LAN_1", "no items in");
|
||||
|
||||
define("LIST_DOWNLOAD_1", "downloads");
|
||||
define("LIST_DOWNLOAD_2", "no downloads");
|
||||
?>
|
@@ -155,4 +155,3 @@ define("LAN_AL_LISTNEW_01", "List New preferences updated");
|
||||
// define("LAN_AL_LISTNEW_02", "");
|
||||
|
||||
|
||||
?>
|
@@ -67,4 +67,3 @@ unset($text);
|
||||
|
||||
require_once(FOOTERF);
|
||||
|
||||
?>
|
@@ -563,4 +563,4 @@ class list_admin
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -872,4 +872,4 @@ class listclass
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -52,4 +52,3 @@ e107::getRender()->tablerender($caption, $text, 'list_new');
|
||||
unset($caption);
|
||||
unset($text);
|
||||
|
||||
?>
|
@@ -51,4 +51,3 @@ $rc->e107->ns->tablerender($caption, $text, 'list_recent');
|
||||
unset($caption);
|
||||
unset($text);
|
||||
|
||||
?>
|
@@ -114,4 +114,3 @@ class list_shortcodes
|
||||
return $this->row['timelapse'];
|
||||
}
|
||||
}
|
||||
?>
|
@@ -170,4 +170,3 @@ $TEMPLATE_LIST_NEW['TOPIC_TABLE_START'] = "
|
||||
|
||||
$TEMPLATE_LIST_NEW['TOPIC_TABLE_END'] = "{SUBMIT}</table></div>";
|
||||
|
||||
?>
|
@@ -104,4 +104,3 @@ class list_comment
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -72,4 +72,3 @@ class list_members
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -139,4 +139,3 @@ class list_news
|
||||
return preg_replace($search, $replace, $title);
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user