Changeset 698 for trunk/buddypress-theme/buddypress-home/404.php
- Timestamp:
- 12/15/2008 03:31:44 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/buddypress-theme/buddypress-home/404.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/404.php
r395 r698 1 1 <?php get_header(); ?> 2 2 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') ) : ?> 4 8 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=&show=&sidebar=sidebar-3">add widgets to this column</a>. 11 </div> 12 13 <?php endif; ?> 7 14 </div> 8 15 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=&show=&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> 10 39 11 40 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.