Include nav arrows at the bottom of the page

Issue #71 resolved
Hittesh Ahuja created an issue

I was trying to go through the code but the logic for the display of nav arrows does not make any sense :

https://bitbucket.org/dw8/moodle-format_tiles/src/e6312a8412f49537060b4ec7419f163befcf532f/classes/output/course_output.php#lines-341:346

Why are we checking the length of the string “single_sec_content” here to determine if $data['single_sec_content_is_long'] is true or false?

I understand what you’re trying to do but would just to point out that this seems to be dummy logic going on here . 🙂

Comments (3)

  1. David Watson repo owner

    This sounds like something you should amend in your local code if you prefer a different approach

  2. Log in to comment