Quote:
Originally Posted by michstar01
Can't they just look at the page source to see those things?
|
Quote:
|
Originally Posted by bobitza
Just by visiting your website and looking at the web page source doesn't help as it displays the "finished product" ... they need to see how the page was constructed.
|
Example: A page can be "constructed" from multiple pages; page.php calls header.php, then template.php and then footer.php. In header.php you call a header.tpl.html which gives the page's title ... and so on.
If you look at the page source you won't see those things. You will see a complete page from <html> to </html>