efc0144551a12721e2fd73951bcf8104d73eee20
[yaffs-website] / theme_suggestions_test / theme_suggestions_test.inc
1 <?php
2
3 /**
4  * @file
5  * Include file for testing theme suggestion hooks.
6  */
7
8 /**
9  * Returns HTML for a theme function include test.
10  */
11 function theme_theme_suggestions_test_include($variables) {
12   return 'Function suggested via suggestion alter hook found in include file.';
13 }