Action Callout
Describe your business, service, or mission in one or two sentences so visitors know what you’re all about.
[ 'path' => 'resources' ] ]; $cms = cms($ECMS_Item_options); $item = $cms->item($ECMS_Item_sourcePath, $ECMS_Item_slug, [ 'page_path' => $ECMS_Item_pagePath, 'pretty_urls' => $ECMS_Item_prettyUrls ]); // This is for local preview mode, usually when previewing a template page // In that case, we can use the first file in the directory as a fallback if (!$item && $ECMS_LOCAL_PREVIEW) { if (is_dir($ECMS_Item_sourcePath)) { // get the first file in the directory $files = glob($ECMS_Item_sourcePath . '/*.{md,markdown,txt}', GLOB_BRACE); if (!empty($files)) { $ECMS_Item_slug = pathinfo($files[0], PATHINFO_FILENAME); $item = $cms->item($ECMS_Item_sourcePath, $ECMS_Item_slug, [ 'page_path' => $ECMS_Item_pagePath, 'pretty_urls' => $ECMS_Item_prettyUrls ]); } } } // Make $item available globally for use in portals and other templates $GLOBALS['ECMS_Item_rw96775178_BCCC_4C50_8FA7_53CFE64B06ED'] = $item; // log an error if the item is not found if (!$item) { error_log('CMS Item not found: ' . $ECMS_Item_sourcePath . ' ' . $ECMS_Item_slug); } })(); // End IIFE ?>
Your Hub for Democratic Engagement in North Texas
Test Bed for TX-DEMS.ORG
About Us:
The DFW Area has a variety of Democratic/Progressive organizations for like minded citizens to join and with events to promote and project our candidates and values. Some groups span multiple counties, while others are only located in a single county, but each group has its own individual focus. Some raise money for candidates, some meet monthly with speakers, some are more of a social gathering, some plan rallies and protests, etc. Read through a brief description of each group to find one or more which appeal to you and contact them through the designated website for additional information about their general location, meetings, event types, etc. Some have a modest membership fee, but virtually all will welcome you to come see what they are doing and listen in without any charge. While the County Democratic Parties are the primary political organization for each county, they do not control any of the other groups
How to Become Involved:
Sign up with mobilize.us (Middle of Mobilize Website page).
Sign up with organizations in your county.
Check the TX-DEMS.ORG website often.
Contribute to Democratic candidates and organizations. A couple of dollars goes a long way.
Tempor occaecat enim voluptate ex amet nostrud sit nulla. Fugiat velit occaecat occaecat aute sit ullamco labore et reprehenderit pariatur. Ut quis nostrud occaecat elit laboris exercitation occaecat deserunt sunt ex. Esse et et quis enim incididunt. Voluptate est cupidatat aliqua ullamco amet.
{{item.body}}
', '{{item.body}}', $itemTemplate); if ($item) { echo renderTemplate($itemTemplate, ['item' => $item]); } else { // @TODO: Add a "Not Found" template (or redirect option) echo 'No item found'; } ?>