U
U
Urukhayy2014-10-19 12:35:25
PHP
Urukhayy, 2014-10-19 12:35:25

How does phpBB theme display work?

<tr>
      <th>{L_AUTHOR}</th>
      <th>{L_MESSAGE}</th>
    </tr>

The point is that the above code displays a message in the topic. But where to dig further? Where is L_MESSAGE laid down? Where is the mysql query from the database? In what file?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Cherednichenko, 2014-10-23
@likeapimp

Such tags are declared in function files

E
Eugene, 2014-10-23
@Eugeny1987

variables starting with L_ are language
variables, this variable is specified in the file /language/en/common.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question