Active
Project:
Unicornponies Theme
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2010 at 22:20 UTC
Updated:
5 May 2011 at 19:08 UTC
When a user experiences total website failure we should ensure that they have only happy feelings about their obvious abuse of a drupal installation. Using something like:
register_shutdown_function('rainbowsod');
function rainbowsod() {
print '<img src="http://drupal.org/files/images/UNIPORN.preview.jpeg" />';
}
would help end user experience tremendously.
Comments
Comment #1
theresaanna commentedGood idea! This feature is slated for the next release.