chrishacked
Member
- Aug 1, 2012
- 75
- 0
How would I make $title from my config file turn global and respond to {title}?
ermm will that be like rev and I could just put {title} idk im noobyCode:<?php $contents = file_get_contents("templates/index.html"); $contents = str_replace("{title}", "title here", $contents); echo $contents; ?>
yeah and you need to make the 'templates' folder with index.html inside itermm will that be like rev and I could just put {title} idk im nooby