ADVERTISEMENT
970x220

Cebu governor to sue National Museum chief over stolen pulpit panels

Published Jan 14, 2025 08:25 am

CEBU CITY — “Don’t mess with me.”

Cebu Gov. Gwen Garcia did not mince words when she chided the head of the National Museum of the Philippines who will be charged for failure to return four pulpit panels that are in NMP possession after these were reported stolen from the Church in the 1980s.

 

NMP GARCIA.jpg

 

CEBU Gov. Gwen Garcia (left) huddles with officials of the Archdiocese of Cebu while the five pulpit panels belonging to the Archdiocesan Shrine of Patrocinio de Maria Santisima in Boljoon, Cebu are flashed on a TV screen. (Calvin Cordova)

 

Garcia disclosed that Cebu Archbishop Jose Palma issued a Special Power of Attorney empowering her to file charges against Jeremy Barns, NMP director general.

A fuming Garcia announced in a press conference on Monday, Jan. 13, that she will file charges against Barns for his supposed stubbornness in promptly returning the four pulpit panels to the Archdiocese of Cebu, particularly the Archdiocesan Shrine of Patrocinio de Maria Santisima in Boljoon.

“We have had enough, Mr. Barns. We will not take this lying down. I will leave no stone unturned until justice will be given to the Cebuanos,” Garcia said.

These antique 19th century panels have carved depictions of Saints Leo the Great, Augustine of Hippo, Thomas of Villanueva, Ambrose of Milan, and Gregory the Great.

The missing pulpit panels resurfaced when they were donated by couple Edwin and Aileen Bautista and  displayed in an exhibit in February last year.

After the panels resurfaced, Garcia wrote Barns last Feb. 26 asking for the return of the religious items to the Archbishop of Cebu.

The municipal council of Boljoon and the provincial board passed separate resolutions asking the NMP to return the pulpit panels.

Tourism Secretary Christina Garcia-Frasco also wrote Barns expressing support for the return of the pulpit panels.

Gov. Garcia said she only got a reply from Barns last April 2 that she said violated the Code of Conduct requiring government officials to respond to official communications within 15 days.

Despite efforts exerted, the pulpits panels have yet to be returned.

“The issue has persisted for too long. Each day that passes continues to hurt those who value our culture,” said Garcia.

Lawyer John Sepulveda, Capitol legal consultant, said charges for violation of the Anti-Fencing Law of 1979, Sections 3(e) and (f) of the Anti-Graft and Corrupt Practices Act, and breaches of the Code of Conduct and Ethical Standards for Public Officials and Employees will be filed against Barns.

“As soon as all affidavits are executed, we will immediately file the charges against Barns,” Sepulveda said.

The Bautistas may also be charged for violation of the Anti-Fencing Law, Sepuveda said.

The Capitol may also file an additional charge against Barns for violating the National Cultural Heritage Act of 2009, Sepulveda said.

Aside from failing to promptly return the panels, Fr. Brian Brigoli, chairman of the Cebu Archdiocesan Commission for the Cultural Heritage of the Church, disclosed that the NMP has proceeded to conduct restoration efforts on the panels even without the approval of Palma.

The agreement stated that the restoration must be done in Boljoon, there will be a technology transfer, and the NMP must be assured that the panels that will be returned are the originals.

Garcia was also upset that the NMP proceeded with the restoration efforts without complying with the agreement.

“One can only imagine why the need to do restoration in the secrecy of wherever these works are being done, without any witness from any of us. Very suspicious actions. To say the least, disrespectful, insulting to the Archdiocese, to the Catholic Church, and to the Cebuanos,” Garcia said.

Aside from failing to return the panels, the NMP even requested the Archdiocese to turn over the fifth panel in its possession.

Garcia said Barns must be held liable for the delay in the return of the religious panels.

“Don’t mess with me. When it comes to the protection of Cebuano heritage and the Cebuanos, make no mistake about it: I’m a very dangerous enemy because I will stand up for the Cebuanos and what is our heritage, our culture,” Garcia said.
 

Related Tags

National Museum of the Philippines Gov. Gwen Garcia ARCHDIOCESE OF CEBU Cebu City
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.