views:

168

answers:

2

I need some help with integrating Joomla to an existing site. The existing site is made of several .php files which shows static text.

I have copied all css and js files to a new template in Joomla and the design seems to work pretty well.

I want to make an article in Joomla for each .php file in the old site containing their 'news'. Here's my question: how can i make my template print the article's title and content based on a $_GET id?

A: 

Do you have a sandbox where we can see your work in action?

greenkoi
yes, i have my own server on localhost
shuwo
I'm sorry if I wasn't clearer. I was asking if we could see the code, on a public facing server...
greenkoi
A: 

Try adding this code after <head> tag in your template file.

" <jdoc:include type="head" />"

tummy.developer