OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/hpsc/download/../../cvprlab/research/../../antarctic-drupal-7.89/sites/all/modules/i18n/../popup/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /* The following variables are available: $css_id - CSS ID $class - CSS class of the popup element $title - Themed title of the popup $body - Themed content of the popup */ ?> <div id="<?php print $css_id;?>" class="<?php print $class;?>"> <?php print $title; ?> <?php print $body; ?> </div>