Skip to content

Instantly share code, notes, and snippets.

@sercanarga
Last active June 22, 2023 11:40
Show Gist options
  • Save sercanarga/bcdb3915efe2734c71607e78602321c6 to your computer and use it in GitHub Desktop.
Save sercanarga/bcdb3915efe2734c71607e78602321c6 to your computer and use it in GitHub Desktop.
wisecp
<?php
public function clientArea() {
$content = $this->clientArea_buttons_output();
$_page = $this->page;
if (!$_page) $_page = 'home';
$content .= $this->get_page('clientArea-' . $_page, ['test1' => 'hello world', 'test2' => 'sample var']);
return $content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment