Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/15/2008 03:31:44 AM (17 years ago)
Author:
apeatling
Message:

Updating 404 page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/buddypress-home/404.php

    r395 r698  
    11<?php get_header(); ?>
    22
    3     <div id="content" class="narrowcolumn">
     3<div id="content" class="widecolumn">
     4   
     5    <div id="right-column">
     6        <?php if ( !function_exists('dynamic_sidebar')
     7                || !dynamic_sidebar('right-column') ) : ?>
    48
    5         <h2 class="center">Error 404 - Not Found</h2>
    6 
     9        <div class="widget-error">
     10            Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-3">add widgets to this column</a>.
     11        </div>     
     12       
     13        <?php endif; ?>
    714    </div>
    815
    9 <?php get_sidebar(); ?>
     16    <div id="center-column">
     17        <?php if ( !function_exists('dynamic_sidebar')
     18                || !dynamic_sidebar('center-column') ) : ?>
     19       
     20        <div class="widget-error">
     21            Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-2">add widgets to this column</a>.
     22        </div>
     23       
     24        <?php endif; ?>
     25    </div>
     26
     27    <div id="left-column">
     28        <div class="404 bp_core_widget_welcome">
     29            <h2 class="widgettitle"><?php _e( 'Sorry, that page was not found', 'buddypress' ) ?></h2>
     30           
     31            <div id="message" class="info">
     32                <p><?php _e( 'The page you were looking for was not found.', 'buddypress' ) ?>
     33            </div>
     34        </div>
     35    </div>
     36   
     37
     38</div>
    1039
    1140<?php get_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.