Advanced configuration

Custom values

The custom values specified in the page properties can be used in the template like this:

<?php if(isset($custom_value[0])) echo $custom_value[0]; ?>
<?php if(isset($custom_value[0]) && $custom_value[0]=='foo'): ?> <p>bar</p> <?php endif; ?>

Call of PHP functions from the page content

  • Set content_function to 1 (Administration → Settings → Advnced settings)
  • You can now specify function calls like this: [function:myFunction(2,3)]

Example function (defined in cms/includes/functions.content.inc.php):

function myFunction($x,$y) { return $x + $y; }

Last modified: 2022-09-11, 05:44

© 2012-2023 ESXLab.com, All rights reserved. …

Powered By - VMware vSphere Virtualization