Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ds / views / ds-row-fields.tpl.php @ 6e9292aa

1
<?php
2

    
3
/**
4
 * @file
5
 * Dummy template file for Display Suite views fields.
6
 */
7

    
8
$url = url('admin/structure/ds/vd', array('absolute' => TRUE));
9
$link_url = l($url, $url, array('alias' => TRUE));
10
print t('The layout selection and positioning of fields happens at !url.', array('!url' => $link_url));