Apply CSS specific to browser
An example is shown below:
<!--[if IE]><style type="text/css"> #splash { z-index: -10;}</style><![endif]-->
An example is shown below:
<!--[if IE]><style type="text/css"> #splash { z-index: -10;}</style><![endif]-->
Under your theme directory create a file named:
page-node-nodeID.tpl.php
For example a node with node ID of 78 would have a page style named:
page-node-78.tpl.php
This describes the process to update Drupal modules.
1. Goto the modules directory.
cd /var/www/html/drupal/shop/sites/all/modules/contrib
2. Download the required module.
wget http://ftp.drupal.org/files/projects/webform-6.x-2.9.tar.gz
3. Extract the tar file.
tar -xvf
This will overwrite the previous version.
4. Run Drupal Update.
In order to copy / duplicate a content type you can use:
<?
function spammy_user ($op, &$edit, &$account, $category = NULL) {
if($op=="login") {
$to = "webmaster@zerotouch.com";
$subject = "User Login!" . $op;
ob_start();
print_r($account);
$mike = ob_get_clean();
$body = "Hi,\n\nYou've logged in!";
$body .= $mike;
mail($to, $subject, $body);
} elseif ($op=="logout") {
$to = "webmaster@zerotouch.com";
$subject = "User Logout!" .sites/all/thmes/contrib/fusion/fusion_core/template.php
See the line below:
$dimensions = !empty($node->height) && !empty($node->width) && !empty($node->length); /* MR */
This might help. Work in progress.
To access your account you will need to visit the Google Analytics page and enter your username and password.
The Google Analytics Reporting pages may be visited by clicking on the link below.
Google Analytics - https://www.google.com/analytics/reporting/login
To access your account you will need to visit the Google Business Profile pages (formerly known as Google Places and the Google Local Business Center) and enter your username and password.
The Google Business Profile page may be visited by clicking on the link below.