I don't get a copyright message in my template. I just installed it. Everything clean.
I would like to change the standard though, but the message don't show up.
This is code of t3. But is this code correct?
<pre class="line-numbers"><code class="language-markup"><div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'span8' : 'span12' ?> copyright<?php $this->_c('footer')?>">
<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
</div></code></pre>
I think the lines:
<pre class="line-numbers"><code class="language-markup">copyright<?php $this->_c('footer')?></code></pre>
Don't work.