echo.info |
echo.info |
|
name = Echo
description = "Wraps content in a themed webpage and returns it as text."
files[] = echo.module
core = 8.x
php = 5.0 |
echo.install |
echo.install |
|
Installation for Echo module. |
echo.module |
echo.module |
|
The echo module converts text into a fully-themed page. |
README.html |
README.html |
|
|
README.txt |
README.txt |
|
[1]Echo
Wraps content in a themed webpage.
This very simple module contains only one externally useful function:
echo_themed_page($title, $content, $theme)
Returns a page themed for the anonymous user.
Generates the… |