1
0
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:
Cameron
2017-11-20 14:45:37 -08:00
parent 3c507b30d7
commit b870c67618

View File

@@ -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'>";