Typical Joomla 1.5 HEAD CODE


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
  3. <jdoc:include type="head" />
  4. <link rel="stylesheet" href="templates/_system/css/general.css" type="text/css" />
  5. <link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
  6. </head>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.