Projet

Général

Profil

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

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

1
<?php
2

    
3
/*
4
 * advanced-forum.naked.shadow-topic.tpl.php
5
 *
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>)
12