summaryrefslogtreecommitdiff
path: root/sites/all/modules/ds/views/ds-row-fields.tpl.php
blob: 0e0abcd8d556800366e862ce9d4908291eec8a3f (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/**
 * @file
 * Dummy template file for Display Suite views fields.
 */

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