Jump to content

Move links to the left column


dobie

Recommended Posts

We will copy an existing box, such as Categories, and put the Social links in it.

In a new file named element.social.php, the contents will be:

   <h3>{$LANG.common.follow_us}</h3>
   <div class="wrapper">
      <ul>
      {foreach from=$SOCIAL_LINKS item=link}
      <li><a href="{$link.url}" title="{$link.name}" target="_blank">{$link.name}</a></li>
      {/foreach}
      </ul>
   </div>
Then, in main.php, put the following in the left_sidebar <div>:

<div id="social_list">{$SOCIAL_LIST}</div>

We may need to tweak it a bit.

Also, you should know that there will soon be a new background image for Mican Black. If you look closely, you can see a small bump poking out on the right side of the main area.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...