November 19, 201015 yr Hello friends, I just came across this tutorialof making a joomla template from scratch but afte following the intial steps when i added this code in my index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> </head> <body> <jdoc:include type="component" /> </body> </html> and viewed the template it shows nothing?
January 21, 201115 yr Hello friends, I just came across this tutorialof making a joomla template from scratch but afte following the intial steps when i added this code in my index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> </head> <body> <jdoc:include type="component" /> </body> </html> and viewed the template it shows nothing? If you are trying to create a template from scratch then why not download a template and take tip bits from that so you know you are on the right track. Edited January 21, 201115 yr by George Rogers
January 21, 201115 yr Looks right to me, check your templateDetails.xml file to make sure thats ok. Edited January 21, 201115 yr by Jock
January 23, 201115 yr If your making a template from scratch for Joomla! then you may want to take a look at this software: http://www.artisteer.com/ I use it a lot and it rocks and makes things a lot easier and allows for fast template creation.
Create an account or sign in to comment