Drupal

jimw's picture

Using Drupal's t (translate) function

Posted by:

Following extensive experience of using Drupal to deliver intenationalised and localised websites, there are a few fundamental issues that keep catching us out - one of the main ones is ensuring that we use Drupal's t function approriately.

Here's a simple 'gotcha':

Wrong:
<?php echo t('You are logged in as: ') . $username; ?>

Right:
<?php echo t('You are logged in as: %username', array('%username' => $username)); ?>

jimw's picture

Amazon Relational Database Service

Posted by:

Amazon have just announced a new addition to their web services family - Relational Database Service (RDS).

Digital Agency Norwich

About you

Alternatively why not give us a call.
We are always happy to talk

We would like to hear from you so please feel free to fill out the following details and any questions you may have and we will get back to you asap

+44(0)1603 727744