Changeset 10918 for OpenPNE3/trunk/apps/pc_frontend
- Timestamp:
- Mar 2, 2009, 12:04:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/templates/_requestRegisterURLMail.php
r10689 r10918 1 <?php $sns_name = $op_config['sns_name'] ?> 2 <?php echo __('Hello! This is information from %1%.', array('%1%' => $sns_name)) ?> 1 <?php $rawMessage = $sf_data->getRaw('message') ?> 2 <?php $snsName = $op_config['sns_name'] ?> 3 <?php echo __('Hello! This is information from %1%.', array('%1%' => $snsName)) ?> 3 4 4 5 <?php if (isset($name)): ?> 5 6 6 <?php echo __('%1% is inviting in %2% you.', array('%1%' => $name, '%2%' => $sns _name)) ?>7 <?php echo __('%1% is inviting in %2% you.', array('%1%' => $name, '%2%' => $snsName)) ?> 7 8 8 <?php if (strlen($ message)): ?>9 <?php if (strlen($rawMessage)): ?> 9 10 10 11 <?php echo __('---------- The message to you from < %1% > ----------', array('%1%' => $name)) ?> … … 13 14 <?php echo __('---------------------------------------------------') ?> 14 15 15 <?php echo $ message ?>16 <?php echo $rawMessage ?> 16 17 17 18 … … 21 22 <?php endif ?> 22 23 23 <?php echo __('If you register(free) of member by the following URL,%br%you can participate in %1%.', array('%1%' => $sns _name, '%br%' => "\n")) ?>24 <?php echo __('If you register(free) of member by the following URL,%br%you can participate in %1%.', array('%1%' => $snsName, '%br%' => "\n")) ?> 24 25 25 26 26 27 27 <?php echo __('* Participate in %1%', array('%1%' => $sns _name)) ?>28 <?php echo __('* Participate in %1%', array('%1%' => $snsName)) ?> 28 29 29 30 <?php if ($isMobile) : ?>
Note: See TracChangeset
for help on using the changeset viewer.