1

(5 replies, posted in PunBB 1.4 troubleshooting)

for example: Line 298-299 in the login.php file has this code
    <div class="main-head">
    <h2 class="hn"><span><?php echo $lang_login['New password request'] ?></span></h2>

I don't understand this: $lang_login['New Password request'].

All the php files are filled with codes like that. They call a php variable inside an html code. But where are they calling it from?

2

(5 replies, posted in PunBB 1.4 troubleshooting)

I read through the php script, and I can't understand them(my php skill is slightly above average).
I've been studying php for a couple of months and I'm seeing functions/variables in punbb I've never seen before.

Where are the html files in punbb? Is there a way to change(ex logo header) without doing it in the admin section.
There HAS to be an html script.