Partner productchange done

This commit is contained in:
Frank Schubert
2024-07-30 20:01:29 +02:00
parent 48f3866bc7
commit a0cd6847b7
9 changed files with 147 additions and 24 deletions

View File

@@ -1,6 +1,11 @@
<?php
$f = false;
$hide_credit = false;
$hide_credit = true;
if($me->is("Admin")) {
$hide_credit = false;
}
?>
<?php include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php"); ?>