Notice: Undefined index: html_body in /Users/caiosilva/Sites/smartadmin-v2/node_modules/jquery-throttle-debounce/examples/index.php on line 85
}
if ( count( get_included_files() ) == 2 ) {
$shell['link2'] = '';
$shell['h2'] = 'Select an example:';
$shell['h3'] = '';
$shell['html_body'] = '';
$files = scandir( '.' );
foreach ( $files as $file ) {
if ( $file != '.' && $file != '..' && file_exists( "$file/index.php" ) ) {
$file_contents = file_get_contents( "$file/index.php" );
$title = preg_replace( '/^.*\$shell\[\'title3\'\]\s*=\s*"(.*?)";.*$/s', '$1', $file_contents );
$title = $title == $file_contents ? $file : stripcslashes( $title );
$shell['html_body'] .= "