2014-05-30, 07:52 AM
Hello, I think my request is pretty simple, but it would be amazing if you could help.
Where it says "© 2013 The Cube" I would like to add the forums time.
![[Image: rsz_5dcdf4db26.png]](https://camo.mybb.com/ab2f6816c4c311bef64a4f31e1563c69daec6fec/687474703a2f2f7331372e706f7374696d672e6f72672f33796d3374313265372f72737a5f356463646634646232362e706e67)
Forum: http://forums.thecubeserver.org/index.php
MyBB Version: 1.6.13
Theme: Sleek
This is my current code in my templates Footer.
Thanks again, for any help you can give.
Where it says "© 2013 The Cube" I would like to add the forums time.
Forum: http://forums.thecubeserver.org/index.php
MyBB Version: 1.6.13
Theme: Sleek
This is my current code in my templates Footer.
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="fivecol">
<h2>© 2013 <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></h2>
</div>
<div class="twocol" style="text-align: center;">
<a href="#top"><img src="{$theme['imgdir']}/arrowup.png" class="tooltip" title="Return to top" alt="" /></a>
</div>
<div class="fivecol last" style="text-align: right;">
Community software by <a href="http://mybb.com/" target="_blank">MyBB</a>
<h2><a href="http://www.themefreak.net/" target="_blank">Premium Theme by ThemeFreak</a></h2>
</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code --><!-- UNREADPOSTS_JS -->
{$auto_dst_detection}
</div>
</div>
Thanks again, for any help you can give.