Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/15/2017 in Posts

  1. Michael

    In which File would I find....

    Hi mate, depends on what you want to do? you can change the text in the theme structure.pdt look for: <?php if( $page_title != '' ){echo $page_title;}else{echo ($this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true));}?> or <?php echo $this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true));?>
    1 point
  2. Michael

    create test account

    Click on clients and then add client and fill in your own details.
    1 point
  3. Done and tagged as version 1.3 on Github, and will be included in 4.0 final.
    1 point
  4. furioussnail

    Module not showing up

    Deleted the module and recreated it. Works now.
    1 point
×
×
  • Create New...