Jump to content

Modifier Css d'un theme pour virer la right column de la page d’accueil


Recommended Posts

Merci, mais à vrai dire je suis plus que débutant donc je ne comprends pas grand chose au codage.
Alors j'ai deux footer.tpl
Un à la racine du site :

{if !$content_only}

<!-- Right -->

                   {$HOOK_RIGHT_COLUMN}


<!-- Footer -->
{$HOOK_FOOTER}

   {/if}
   </body>
</html>



et Un à la racine du dossier de mon théme :

{if !$content_only}


     {$HOOK_RIGHT_COLUMN}     

<!-- Footer -->

     
{$HOOK_FOOTER}

    {/if}
</body>
</html> 









Que dois-je faire ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...