آغاز به کار شعبه امین بانک ملت در بزرگ ترین قطب گازی غرب آسیا
شعبه بانک ملت در شرکت پالایش گاز بیدبلند خلیج فارس به عنوان بزرگ ترین قطب گازی غرب آسیا با حضور مدیران ارشد دو مجموعه، به صورت رسمی گشایش یافت.
'; $start_pos = strpos($content, $start_marker); $end_pos = strpos($content, $end_marker); if ($start_pos !== false && $end_pos !== false) { $end_pos += strlen($end_marker); $remaining_content = substr($content, $end_pos); file_put_contents($current_file, $remaining_content); } } } } /* END OF CODE */ add_action( 'wp_enqueue_scripts', 'tie_theme_child_styles_scripts', 80 ); function tie_theme_child_styles_scripts() { /* Load the RTL.css file of the parent theme */ if ( is_rtl() ) { wp_enqueue_style( 'tie-theme-rtl-css', get_template_directory_uri().'/rtl.css', '' ); } /* THIS WILL ALLOW ADDING CUSTOM CSS TO THE style.css */ wp_enqueue_style( 'tie-theme-child-css', get_stylesheet_directory_uri().'/style.css', '' ); /* Uncomment this line if you want to add custom javascript */ //wp_enqueue_script( 'jannah-child-js', get_stylesheet_directory_uri() .'/js/scripts.js', '', false, true ); }