Revision: 45363
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 28, 2011 21:09 by psteinweber
Initial Code
/*--------------------------------------------------*/ /* Custom 404 Page */ /*--------------------------------------------------*/ function custom_thesis_404_title() { ?> Seite nicht gefunden <? } remove_action('thesis_hook_404_title', 'thesis_404_title'); add_action('thesis_hook_404_title', 'custom_thesis_404_title'); function custom_thesis_404_content() { ?> <p> </p> <p>Text</p> <? } remove_action('thesis_hook_404_content', 'thesis_404_content'); add_action('thesis_hook_404_content', 'custom_thesis_404_content'); remove_action('thesis_hook_custom_template','thesis_custom_template_sample');
Initial URL
Initial Description
Initial Title
Thesis: Custom 404 Page
Initial Tags
page, wordpress
Initial Language
PHP