We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Just
  2. General Discussion
  3. Thursday, 31 March 2016
  4.  Subscribe via email
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">&lt;div class="&lt;?php echo $this-&gt;getParam('t3-rmvlogo', 1) ? 'span8' : 'span12' ?&gt; copyright&lt;?php $this-&gt;_c('footer')?&gt;"&gt;
&lt;jdoc:include type="modules" name="&lt;?php $this-&gt;_p('footer') ?&gt;" /&gt;
&lt;/div&gt;</code></pre>

I think the lines:

<pre class="line-numbers"><code class="language-markup">copyright&lt;?php $this-&gt;_c('footer')?&gt;</code></pre>

Don't work.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi mate,

T3 copyrights will not display by default, you need to create a new module type as "Footer" and publish the module in module position "footer"
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for vijayanand's post, yeah, it's correct, you have to create footer module, assign it to the position "footer" and in all pages.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.