ADVERTISEMENT

PNoy had a soft spot for soldiers—Trillanes

Published Jul 4, 2021 11:43 am

Former Senator Antonio Trillanes IV remembered fondly how the late former President Benigno S. Aquino III had a special spot for soldiers in his heart, adding that the former Chief Executive was the one who reached out to him when he was detained at Camp Crame.

In a video tribute to Aquino posted on his Facebook page Saturday night, Trillanes remembered the late President’s visits to his detention cell at Camp Crame.

Former Senator Antonio Trillanes IV and the late President Benigno Aquino III. (Photo from Trillanes’ Facebook page)

“Hindi ako magpapanggap na matalik kong kaibigan si PNoy pero ang masasabi ko isang tunay ko siyang kaibigan (I will not pretend that PNoy was my close friend, but what I can say is that he was a true friend),” he said.

Their friendship started in 2009 when Aquino started visiting him at his detention cell to ask about his situation and those of his colleagues in the Magdalo group.

Trillanes, then a Philippine Navy lieutenant senior grade (equivalent to an Philippine Army captain), and some 300 Magdalo members were detained from 2003 for staging a failed mutiny against former President Gloria Macapagal-Arroyo at the Oakwood Premier Ayala Center to protest alleged corruption in government.

The former senator said that Aquino took a special interest in their welfare while in detention. At one point, the former Chief Executive even sent an entertainment system so the soldiers would have something to do while there.

“Talagang makwento siya. Maraming siyang nalalaman sa iba’t ibang bagay even sa mga aspeto ng pagiging sundalo. So makikita mo talagang malapit siya sa sundalo at gusto niya ang mundo ng kasundaluhan (He had a lot of stories. He knew many things in the aspect of being a soldier. So, you will see he’s really close to the soldiers and he liked their world),” he said.

Trillanes also shared that Aquino used to give him updates either through his staff or personally when he visited at Camp Crame. In the 2007 midterm elections, they were both candidates of the independent block and were elected as senators.

When Aquino became president in 2010, Trillanes said their paths diverged.

“Noong naging pangulo na siya eh kahit iba iyong naging landas namin. Eventually in 2010, hindi niya nakakalimutan na ako, na iwan niya ako dun, na isang kasamahan niya, sa kulungan (When he became president, our paths were different. Eventually in 2010, he did not forget about me, his colleague, in prison),” he said.

The late former Chief Executive saw that he was merely a political prisoner, Trillanes said, which pushed him to grant the Magdalo group a presidential amnesty.

READ: Trillanes applied for amnesty and was granted – former president Aquino

“I owe my being here with you being free because of PNoy,” Trillanes said.

Later on, the former senator asked Aquino for the increase in subsistence allowance for the soldiers, something which the late Chief Executive immediately approved when he saw there was a budget for it.

“Noong kaya niya ibigay iyon, hindi siya nag-hesitate. So, isang aspeto iyon sa buhay ni PNoy sa pagiging malapit niya sa sundalo (When he saw that he can give it, he did not hesitate. So, that’s one aspect of PNoy’s life his being close to the soldiers),” Trillanes added.

Aquino died peacefully in his sleep on June 24 due to renal failure secondary to diabetes. He was laid to rest beside his parents, democracy icons Corazon Aquino and Ninoy Aquino, at the Manila Memorial Park in Sucat, Parañaque.

A bachelor, he was survived by his four sisters—Ballsy, Pinky, Viel, and Kris.

Related Tags

soldiers camp crame true friend magdalo group antonio trillanes iv benigno aquino iii
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.