Custom template in joomla. Install Joomla to an existing site
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?
Do you have a sandbox where we can see your work in action?
Try adding this code after <head> tag in your template file.
" <jdoc:include type="head" />"
精彩评论