1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
php-e107/e107_core/templates/trackback_template.php
2020-06-02 12:05:20 -07:00

12 lines
215 B
PHP

<?php
if (!defined('e107_INIT')) { exit; }
$TRACKBACK = "
<div class='fcaption'>{TITLE}</div>
{EXCERPT}<br />From: {BLOGNAME}<br /><br />
";
$TRACKBACK_RENDER_METHOD = TRUE; /* TRUE=tablerender, FALSE=echo */