mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
PHP notice removal
This commit is contained in:
@@ -1377,6 +1377,10 @@ class themeHandler
|
|||||||
|
|
||||||
$c = 1;
|
$c = 1;
|
||||||
|
|
||||||
|
$filterName = '';
|
||||||
|
$filterArray = array();
|
||||||
|
$filterVal = '';
|
||||||
|
|
||||||
$text = "<form class='form-search' action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='get'>";
|
$text = "<form class='form-search' action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='get'>";
|
||||||
$text .= '<div id="myCarousel" class="carousel slide" data-interval="false">';
|
$text .= '<div id="myCarousel" class="carousel slide" data-interval="false">';
|
||||||
$text .= "<div class='form-inline clearfix row-fluid'>";
|
$text .= "<div class='form-inline clearfix row-fluid'>";
|
||||||
|
Reference in New Issue
Block a user