Projet

Général

Profil

Paste
Télécharger (272 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / styles / naked / advanced-forum.naked.shadow-topic.tpl.php @ 13c3c9b4

1
<?php
2

    
3
/**
4
 * @file
5
 * advanced-forum.naked.shadow-topic.tpl.php
6
 */
7
?>
8

    
9
<?php print $title; ?><br />
10
<?php print t('This topic has been moved to "!forum" ', array('!forum' => $new_forum)); ?>
11
(<a href="<?php print $new_forum_url; ?>"><?php print t('View topic'); ?></a>)