php include returns 1 after content

You should use instead of include('thumbnail-break.php');:

 get_template_part('thumbnail','break');

Which is the standard WordPress way of including partial template files from within page templates.

tech