1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00
php-e107/e107_core/templates/trackback_template.php
2013-03-20 23:50:30 -07:00

12 lines
217 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 */
?>