mirror of
https://github.com/itflow-org/itflow
synced 2026-03-17 03:04:50 +00:00
Add powered by ITFlow in Guest Section
This commit is contained in:
@@ -7,6 +7,17 @@ if (basename(dirname($_SERVER['REQUEST_URI'])) === 'admin') { ?>
|
|||||||
<p class="text-right font-weight-light">ITFlow <?php echo APP_VERSION ?> · <a target="_blank" href="https://docs.itflow.org">Docs</a> · <a target="_blank" href="https://forum.itflow.org">Forum</a> · <a target="_blank" href="https://services.itflow.org">Services</a></p>
|
<p class="text-right font-weight-light">ITFlow <?php echo APP_VERSION ?> · <a target="_blank" href="https://docs.itflow.org">Docs</a> · <a target="_blank" href="https://forum.itflow.org">Forum</a> · <a target="_blank" href="https://services.itflow.org">Services</a></p>
|
||||||
<br>
|
<br>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
<?php
|
||||||
|
if (basename(dirname($_SERVER['REQUEST_URI'])) === 'guest') { ?>
|
||||||
|
<p class="text-center">
|
||||||
|
<?php
|
||||||
|
echo nullable_htmlentities($session_company_name);
|
||||||
|
if (!$config_whitelabel_enabled) {
|
||||||
|
echo '<br><small class="text-muted">Powered by ITFlow</small>';
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
</div><!-- /.container-fluid -->
|
</div><!-- /.container-fluid -->
|
||||||
</div> <!-- /.content -->
|
</div> <!-- /.content -->
|
||||||
|
|||||||
Reference in New Issue
Block a user