The RoundUp consists of several pages that are included in a single php file.
Most of these files can stand alone and are edited indivitually. The following is a partial list.
RoundUp Single Pages
Front Page - FrontCurrent.php
Officers - OfficersCurrent.php
Committees - CommitteesCurrent.php
Events - EventsCurrent.php
Activities - Activities.php
In Memoriam - InMemoriam.php
Past Presidents and History - PastPresHistory.php
Web Instructions - WebInstructions.php
This is the main part of the RoundUp2025 code for /Includes/RoundUp2025.php
include("../NewMembers/DBConnect.php");
include("Cover2025.php");
include("FrontCurrent.php");
include("OfficersCurrent.php");
include("CommitteesCurrent.php");
include("Roster6.php");
include("EventsCurrent.php");
//include("CommitteesBR.php");
// include("SpecialEvents.php");
include("Activities.php");
include("InMemoriam.php");
include("PastPresHistory.php");
include("Picture1.php");
include("Picture2.php");
include("Notes.php");
include("WebInstructions.php");
include("BackCover2025.php");
Close Page