If you are making a static footer just make sure you get rid of the whole php strings…
Then you can ignore the line in function.php..
So it becomes something like this
<div id=”creditline”>? <p>here your own html content</p></div>
You can then style the footer in style.css under
#creditline {}
Hope that helps