• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

how?

Koriaku

...Like a Circus?
  • 745
    Posts
    20
    Years
    how do you do the sidebar ( like pokevillage.net) do you have to go to every page and edit it when you wanna change something? or is there a code
     
    My code is a little out of date, but yeah. I use a php include.

    PHP:
    <? include("nav.txt"); ?>

    I put that on all the pages, and so when I want to add something to the sidebar, all I have to do is edit nav.txt and it updates everywhere. It's the same for my affiliates & topsites. ^^;
     
    JKaizer said:
    My code is a little out of date, but yeah. I use a php include.

    PHP:
    <? include("nav.txt"); ?>

    I put that on all the pages, and so when I want to add something to the sidebar, all I have to do is edit nav.txt and it updates everywhere. It's the same for my affiliates & topsites. ^^;

    How is that out-of-date? It hasn't depreciated yet, to my knowledge.
     
    Back
    Top