<% include_once( "../php_scripts/auto_prepend.php" ); %> <% // initialize some globals include_once( "../inc/ac_site_includes.php" ); // draw the header! include_once( "../inc/header.php" ); %> <% @start_left_column(); %> <% if ( $article_id ) { if ( !$page ) { $page = 1; } @start_section( "My Recent Articles", 210 ); display_articles( 8, "", $author_id, "" ); %>
Click for Full Listing >>
<% @end_section( ); echo " "; } @start_section( "Articles by Author", $ACGLOBALS[LEFT_COL_WIDTH], $ACGLOBALS[LEFT_COL] ); @display_columnists_column( "3,4,5" ); end_section(); %> <% @start_section( "Articles by Author", $ACGLOBALS[LEFT_COL_WIDTH], $ACGLOBALS[LEFT_COL] ); %> <% @display_authors( 10, "" ); %> <% end_section(); %>

<% @display_left_column_contents( "articles" ); %> <% echo " "; if ( $author_id ) { @start_section( "About the Author", 210 ); display_author_profile( $author_id ); @end_section( ); } echo "

"; %>


  <% @start_main_column(); start_mid_section( "AC CALENDAR", "", "" ); @display_calendar_listing( 10, 1 , 1, $item_id ); end_mid_section(); %> <% echo "

[ AC Home ]
"; %> <% @start_right_column(); %> <% @display_right_column_contents(); %> <% end_content_area(); %> <% include_once( "../inc/footer.php" ); %>