View Single Post
  #5  
Old 04-05-2018, 04:15 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 63,610
Dinocanid is on a distinguished road
Default

Quote:
Originally Posted by Phoeniix View Post
I having some trouble with thev view file, where do i put the <strong>Parents:</strong> {$p1name} and {$p2name} tag? and when i put the code in i get a syntax error
It needs to be added like this:
PHP Code:
$document->add(new Comment("<strong>Parents:</strong> {$p1name} and {$p2name}")); 
__________________
Reply With Quote