Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This is my site. I made the template myself. But when you add to the news site did not appear, screenshot below enter image description here

As you can see all the empty. Code template

<?php /**  * @copyright  Copyright (C) 2012 descover.ru - All Rights Reserved. **/
defined( '_JEXEC' ) or die( 'Restricted access' ); define( 'YOURBASEPATH', dirname(__FILE__) );
$logo      = $this->params->get('logo');
$logotype    = $this->params->get('logotype');
$app      = JFactory::getApplication();
$doc      = JFactory::getDocument();
$templateparams  = $app->getTemplate(true)->params; ?>
<!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; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/script.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/cufon-yui.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/CuprumFFU_400.font.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/jquery-1.7.1.min.js"></script>
<script type="text/javascript">
    Cufon.replace(".moduletable h3");
</script>
</head>
<body class="custom-background">
<div id="main_wrapper">
<div id="left_sidebar">
  <div align="center"><a href="#"><img class="logo" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo.png" alt="Expert Pro - Полный спектр услуг в Черногории" /></a>
<jdoc:include type="modules" name="left" style="xhtml" />
  </div>
</div>
<div id="content">
    <jdoc:include type="modules" name="top" />
    <jdoc:include type="modules" name="breadcrumbs" />
    <jdoc:include type="message" style="xhtml" />
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>

What is my problem and how do I turn on the news in "system-message-container" ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.