Downloads

Download echo-6.x-1.9.tar.gztar.gz 8.75 KB
MD5: 35ad1f63a17eca562eb7e7f1e0712015
SHA-1: dbb2ffcce93a3a820bff0d3d9446ee8ae581a880
SHA-256: 1a6efd20cd6987d8cee27ede2abf571c1829aabd21d216dcbddcaf08c0372c02
Download echo-6.x-1.9.zipzip 10.37 KB
MD5: 69f915bd40f7c0fccbee5164f2a3f5c3
SHA-1: 4225eeb115b37638b9096c193181ae7e029f51d5
SHA-256: 41be983a7d6dc64678caa221de2a5e07b0d1508c1acef5ba9de12a03121e7046

Release notes

Changes:

Check for working cache implementation in an attempt to resolve #1448278: Access denied in the email sent

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 text of a fully-themed Drupal page. The rendered page is returned as a text string instead of being sent to the browser. The theme system can thus be used to style any HTML message as if it had been generated by the live website.

Parameters

$title The text to display as the page title.

$content The text to display in the main page content region.

$theme The machine-readable name of the theme to use.

Return value

A string containing the fully-themed page.

Created by: pillarsdotnet
Created on: 9 Mar 2012 at 14:08 UTC
Last updated: 9 Mar 2012 at 14:10 UTC
New features

Other releases