View previous topic :: View next topic |
Author |
Message |
Marco
Joined: 09 Jul 2007 Posts: 8
|
Posted: Mon Apr 06, 2009 5:16 pm Post subject: Customizing slip.php |
|
|
I am customizing slip.php to the CI of my business (adding logos etc.) to print it out on A5 paper for the clients.
Everythings fine so far, the only problem I have is that I don´t know how to change this:
• 14 day Tag(e)
into this:
• 14 Tag(e)
I changed this Function:
[code]
// Suspend accout after xxx minutes
if(isset($user_info['cb_acc4'])){
echo "contents = contents + \"\\n\\n<tr><td><font><strong>•</strong> ".$user_info['add_days']."(s)</font></td></tr>\";";
}
[/code]
to this:
[code]
// Suspend accout after xxx minutes
if(isset($user_info['cb_acc4'])){
echo "contents = contents + \"\\n\\n<tr><td><font><strong>•</strong> ".$user_info['add_days']." Tag(e)</font></td></tr>\";";
}
[/code] |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Powered by phpBB © 2001, 2005 phpBB Group
| |