Help with footer in custom theme
-
I am running a custom theme called regulus. The authoer has placed a line of code in the footer that has me confused:
<?php eval(base64_decode('Pz4gCQk8dWwgaWQ9ImZvb3RlciI+DQoJCQk8bGk+JmNvcHk7IDIwMDUgPD9waHAgYmxvZ2luZm8oJ25hbWUnKTsgPz48L2xpPg0KCQkJPCEtLSBJJ2QgYXBwcmVjaWF0ZSB0aGUgY3JlZGl0IGJlaW5nIGxlZnQgaW4sIHRoYW5rcyBpbiBhZHZhbmNlIC0tPg0KCQkJPGxpPiA8P3BocCBpZihpc19ob21lKCkpIDogPz48YSBocmVmPSJodHRwOi8vZnJlZWFudGl2aXJ1c3NvZnR3YXJlcmV2aWV3cy5jb20vIiB0aXRsZT0iRnJlZSBBbnRpdmlydXMgRG93bmxvYWQiPkZyZWUgQW50aXZpcnVzIERvd25sb2FkPC9hPjw/cGhwIGVuZGlmOyA/Pg0KPC9saT4NCgkJCQkJPC91bD4NCgkJDQoJPC9kaXY+DQoJDQoJPD9waHAgZG9fYWN0aW9uKCd3cF9mb290ZXInKTsgPz4NCjwvYm9keT4NCjwvaHRtbD4NCiA8Pw=='));?>
It creates this table and text at the bottom of my page:
I don’t mind the copyright and really the link, but i’d like to add a few links relative to my page but there is simply no way of doing that. If I delete the code and try to insert text/links manually, the table with colors disappears and the text/links dont show up.
Any clues what I can do about this?
- The topic ‘Help with footer in custom theme’ is closed to new replies.