Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download echo-7.x-1.9.tar.gztar.gz 9.21 KB
MD5: 515bb6bffb2a883f466770e7c1cdd6bf
SHA-1: f83842ca1a0e45226d04a5ce5164d817ed41a58a
SHA-256: f69b3626274b8a49bd9a0f96953d56921e66414997be404142485475bedc246a
Download echo-7.x-1.9.zipzip 11.16 KB
MD5: 75225098afdfcb7c4a40ef8544c2055a
SHA-1: 395f24e3a77f90620af52ec5dfae7794885af6e3
SHA-256: 97bf3c6ae3bad4fa82a52d81a36fafe5eff0b9152f57a450d01836a1fc3fad59

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:13 UTC
Last updated: 9 Mar 2012 at 14:15 UTC
New features

Other releases