View file í«Γδ_ñ½∩_ú«ßΓÑó«⌐_óÑαß¿∩_1.1/modules/guestbook/index.php

File size: 428B
<?php
acms_header('Гостевая');
is_active_module('PRIVATE_GUESTBOOK');

require_once (ROOT.'/modules/guestbook/plugins/delete.php');
require_once (ROOT.'/modules/guestbook/plugins/bots.php');

if (user('ID') == 0){
  
  $comments_set = 'Извините, для вас комментирование недоступно';
  
}

comments('/m/guestbook/', 'guestbook', 1);

back('/', 'На главную');
acms_footer();