(function() { var rootScript = ‘https://cdn.jsdelivr.net/npm/@flasher/flasher@1.3.2/dist/flasher.min.js’; var FLASHER_FLASH_BAG_PLACE_HOLDER = {}; var options = mergeOptions([], FLASHER_FLASH_BAG_PLACE_HOLDER); function mergeOptions(first, second) { return { context: merge(first.context || {}, second.context || {}), envelopes: merge(first.envelopes || [], second.envelopes || []), options: merge(first.options || {}, second.options || {}), scripts: merge(first.scripts || [], second.scripts || []), styles: merge(first.styles || [], second.styles || []), }; } function merge(first, second) { if (Array.isArray(first) && Array.isArray(second)) { return first.concat(second).filter(function(item, index, array) { return array.indexOf(item) === index; }); } return Object.assign({}, first, second); } function renderOptions(options) { if(!window.hasOwnProperty(‘flasher’)) { console.error(‘Flasher is not loaded’); return; } requestAnimationFrame(function () { window.flasher.render(options); }); } function render(options) { if (‘loading’ !== document.readyState) { renderOptions(options); return; } document.addEventListener(‘DOMContentLoaded’, function() { renderOptions(options); }); } if (1 === document.querySelectorAll(‘script.flasher-js’).length) { document.addEventListener(‘flasher:render’, function (event) { render(event.detail); }); } if (window.hasOwnProperty(‘flasher’) || !rootScript || document.querySelector(‘script[src=”‘ + rootScript + ‘”]’)) { render(options); } else { var tag = document.createElement(‘script’); tag.setAttribute(‘src’, rootScript); tag.setAttribute(‘type’, ‘text/javascript’); tag.onload = function () { render(options); }; document.head.appendChild(tag); }})();
Başarıyla Kaydedildi
Haber taslağı oluşturuldu.
>
>
>
>
>
>
Gündem
>
Ayşe Barım’a 12 yıl 6 ay hapis cezası
>
Gezi Parkı olaylarına ilişkin yürütülen davada, yargılanan Ayşe Barım’ın cezası belli oldu.
>
>
>
>
>
Bilal Çakmak
Editör
Yayınlanma:
11 Şubat 2026
14:46
Güncellenme:
14 Şubat 2026
12:03
>
İSTANBUL-BHA
İstanbul Ağır Ceza Mahkemesi, Barım’ı “Türkiye Cumhuriyeti hükümetini ortadan kaldırmaya teşebbüse yardım” suçundan 12 yıl 6 ay hapis cezasına mahkûm etti.
Mahkeme kararında, Barım’ın eylemlerinin suç unsurlarını oluşturduğu ve suça iştirak ettiği gerekçesiyle bu cezaya hükmedildiği belirtildi.
// Back button: hide when scrolled down
// if (scrollTop > 100) {
// backButton.fadeOut(300);
// } else {
// backButton.fadeIn(300);
// }
// Scroll to top button: show when scrolled down
if (scrollTop > 300) {
scrollToTopButton.fadeIn(300);
} else {
scrollToTopButton.fadeOut(300);
}
});
});
// Scroll to top function
function scrollToTop() {
$(‘html, body’).animate({
scrollTop: 0
}, 500, ‘swing’);
}
let isLoading = false;
$(window).on(‘scroll’, function() {
if (isLoading) return;
const windowWidth = $(window).width();
let scrollOffset;
if (windowWidth = $(document).height()) {
const nextUrl = $(‘#gopostinfinite’).attr(‘href’);
if (nextUrl) {
isLoading = true; // 👈 Scroll kilidi
$.get(nextUrl, function(data) {
$(‘#infiniteBox’).append($(data).find(‘.infiniteContent’));
// Yeni next URL’yi al
const newNext = $(data).find(‘#gopostinfinite’).attr(‘href’);
if (newNext) {
$(‘#gopostinfinite’).attr(‘href’, newNext);
} else {
$(‘#gopostinfinite’).remove(); // 👈 Son sayfaysa linki sil
}
ANKARA - BHA
Tüketici Fiyat Endeksi (TÜFE), 2025 yılı Aralık ayında bir önceki aya göre yüzde 0,89 artış kaydetmişti. Endeks, bir önceki yılın aralık ayına göre ve yıllık bazda yüzde 30,89 seviyesinde gerçekleşirken, on iki aylık ortalamalara göre artış yüzde 34,88 ...