Your IP : 216.73.216.145


Current Path : /home/atice/www/components/com_fabrik/layouts/
Upload File :
Current File : /home/atice/www/components/com_fabrik/layouts/fabrik-responsive-class.php

<?php
/**
 * Responsive class mapping layout, based on Bootstrap v2 names,
 * hidden-phone, hidden-tablet, hidden-desktop
 * ... so in default, just echo those.  In other frameworks, map to equivalent
 */

defined('JPATH_BASE') or die;

$d = $displayData;

echo $d->responsiveClass;