blob: 594d0501c8f8b0641e7918f9e79b3a9d1014bd9a (
plain)
1
2
3
4
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= html::clean($subject) ?>
<? if ($original->title != $item->title): ?>title changed to '<?= html::clean($item->title) ?>'<? endif ?> <? if ($original->description != $item->description): ?>description changed<? endif ?>
(<?= $item->abs_url() ?>)
|