Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How can you edit assets? for example, asset "Foot".

Hello,

I'm trying to modify a theme to have basic same look for my website and trying to adjust the footer section which is Asset 'Foot'.
How can you access it is html?

Thank you in advance.

Comments

  • x00x00 MVP
    edited April 2014

    Asset can be thought of spaces where Modules are loaded.

    Assets don't typically themselves have html. You can add modules to assets, and reorder them.

    grep is your friend.

  • You must not remove the foot asset, becuase it contains the definition list.

    grep is your friend.

  • I wasn't quite accurate in saying that Asset can't have html, however really if you want to you that, you need to create a module and add a module to the Foot Asset.

    However if you are just doing something simple you might find it easier, just to include it the default.master on either side of that declaration.

    grep is your friend.

  • Thank you so much x00 for your quick response. Now then I will explore to see how to add a module. :)

Sign In or Register to comment.