[ Index ]

PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008]

title

Body

[close]

/theme/standardwhite/ -> footer.html (source)

   1  <?php
   2  
   3      print_container_end(); // content container
   4  
   5      print_container_start(false, '', 'footer');
   6      echo "<hr />";
   7  
   8      echo '<p class="helplink">';
   9      echo page_doc_link(get_string('moodledocslink'));
  10      echo '</p>';
  11  
  12      echo $loggedinas;
  13      echo $homelink;
  14  
  15      if (!empty($performanceinfo) and has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM))) { 
  16          echo $performanceinfo;
  17      }
  18  
  19      if (debugging()) {
  20  ?>
  21          <div class="validators"><ul>
  22            <li><a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a></li>
  23            <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a></li>
  24            <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a></li>
  25          </ul></div>
  26  <?php } 
  27      print_container_end();
  28  ?>
  29  
  30  </div>
  31  </body>
  32  </html>


Generated: Wed Jan 14 11:33:29 2009 Cross-referenced by PHPXref 0.7