Install

Using Composer to manage Drupal site dependencies

Alternative installation files

Download echo-8.x-1.9.tar.gztar.gz 8.7 KB
MD5: b7196e150c876f64674df872ac6098ef
SHA-1: 0c5db4df4ff84bea1845440edcbb526544d6a393
SHA-256: b436d02796ae6534ee42554eca2c06dd665e338d061b398122dec143d1ac76b3
Download echo-8.x-1.9.zipzip 10.33 KB
MD5: 63c08bb8861ebb81a93a7502b44328e0
SHA-1: cce673ccef1511432ff2f395eb4a2963ad04465c
SHA-256: f3b4933042fcbbd70108e2adcd35f2318da85b72b8563e2a6da9bdb0218c7018

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

Other releases