Thread: Simple Theme
View Single Post
  #25  
Old 19th July 2013, 11:30
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by BamBam0077 View Post
well your right but if you just grabbed a fresh copy of tbdev09 you will see through out it uses e.g :

$htmlout .= "<p><table border='0' cellspacing='0' cellpadding='10' bgcolor='red'>
<tr><td style='padding: 10px; background: red'>\n
<b><a href='messages.php'><font color='white'>".sprintf($lang['gl_msg_alert'], $unread) . ($unread > 1 ? "s" : "") . "!</font></a></b>
</td></tr></table></p>\n";

just my point & view just thought I would share

I do understand your view some people do change their layout & design I know I use echo ""; instead of $htmlout within my code. So all to their own in the end but your correct I was right & wrong but alway nice to show people that use $htmlout.=""; that you use within your <> tags '' & if you code with $htmlout.=''; you use within your <> tags "". but like you said we all have different coding & need to learn/understand others
very true
Reply With Quote