add campaign tracking plugin
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
if (empty($value)){
|
||||
$value="";
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $title;?></td>
|
||||
<td>
|
||||
<input type="text" id="<?php echo $field;?>" name="<?php echo $field;?>" value="<?php echo $value;?>">
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user