hello as the headline say, i want to add some "about us" infomartions at the contact side of coppermeine, to use this page for the "impressum",
the other way would be to get the code of the contact.php in a site of minicms but i think this would be more dificult.
You need to modify contact.php. Have a look at the end of the file to find a good place to start.
thanks fot tell me to edit the contact.php
i used trial and error to find the correct place where to edit it, and i have found it!
so if someone els want to edit it:
find:
// name field
ad above:
//own text field
if ($CONFIG['contact_form_subject_field'] != 0) {
print <<< EOT
<tr>
<td class="tableb" align="right">
</td>
<td class="tableb">
<span id="subject_wrapper" class="{$highlightFieldCSS}">
your text<br>
more text<br>
just another line<br>
</span>
</td>
<td class="tableb">
</td>
</tr>
EOT;
then it can look like this:
https://railgun-on-tour.de/contact.php?referer=index.php