Jump to content

[SOLVED] How to add the copyright text in footer


Recommended Posts

This is what i see:

<!-- Footer -->
<div id="eb-top-footer">
            </div>
<footer id="eb-footer" class="clearfix">
            <div id="eb-footer-wrapper">
                <div class="clearfix">
            {$HOOK_FOOTER}
                    </div>
</div>
                <div id="eb-phone-footer" class="clearfix">
                    <nav>
                        <ul>
                            <li id="login"><a href="{$base_dir}authentication.php">{l s='login'}</a></li>
                            <li id="search"><a id="mobile-search" href="#eb-search-form">{l s='search'}</a></li>
                            <li id="navigation"><a id="mobile-nav" class="iframe" href="{$base_dir}sitemap.php">{l s='menu'}</a></li>
                            <li id="cart"><a href="{$base_dir}order.php">{l s='cart'}</a></li>
                        </ul>
                    </nav>
                    <div id="eb-search-wrapper">
                        <div id="eb-search-form">
                            <h3>{l s='To find a product, please type its name in the field below'}</h3>
                            <form action="{$link->getPageLink('search.php')}" method="post" class="std" id="search_form">
                                <fieldset>
                                    <p>
                                        <label for="search">{l s='Search our product catalog:'}</label><br />
                                        <input id="search_query" name="search_query" type="text" />
                                        <input type="submit" name="Submit" value="OK" class="button_small" />
                                    </p>
                                </fieldset>
                            </form>
                        </div>
                    </div>
                </div>
            </footer>
</div>
where do i put my text??
Link to comment
Share on other sites

Hi 

It working!!!! thanks for your nice and fast help

i try both but i will stick with hard coding method, i can use the box for other things!

thanks again

one more question if i want to control the text with css where do i place the rule for my css

etc: in joomla we have the custom css what about prestashop??

regards

Link to comment
Share on other sites

Hi 

It working!!!! thanks for your nice and fast help

i try both but i will stick with hard coding method, i can use the box for other things!

thanks again

one more question if i want to control the text with css where do i place the rule for my css

etc: in joomla we have the custom css what about prestashop??

regards

 

 

hello

 

you can put css in your template main css styles.

why? it's because styles for template will be loaded everywhere, the same as you footer :)

 

i marked topic as [solved]

 

with regards,

Milos

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...