http://www.atutor.ca/atutor/mantis/view.php?id=4465
authorCindy Li <cli@ocad.ca>
Mon, 9 Aug 2010 14:27:27 +0000 (14:27 -0000)
committerCindy Li <cli@ocad.ca>
Mon, 9 Aug 2010 14:27:27 +0000 (14:27 -0000)
docs/themes/default/include/footer.tmpl.php

index bc85342..75b21df 100644 (file)
@@ -52,9 +52,9 @@ if($languageManager->getNumEnabledLanguages() > 1) {
 <?php } // end of displaying language selection ?>
 
       <div align="center" style="clear:both;margin-left:auto; width:30em;margin-right:auto;">
-        <a href="<?php echo $_base_path; ?>documentation/web_service_api.php" title="<?php echo _AT("web_service_api"); ?>" target="_new"><?php echo _AT('web_service_api'); ?></a>
+        <a href="<?php echo TR_BASE_HREF; ?>documentation/web_service_api.php" title="<?php echo _AT("web_service_api"); ?>" target="_new"><?php echo _AT('web_service_api'); ?></a>
           &nbsp;&nbsp;&nbsp;&nbsp;
-        <a href="<?php echo $_base_path; ?>documentation/oauth_server_api.php" title="<?php echo _AT("oauth_server_api"); ?>" target="_new"><?php echo _AT('oauth_server_api'); ?></a>
+        <a href="<?php echo TR_BASE_HREF; ?>documentation/oauth_server_api.php" title="<?php echo _AT("oauth_server_api"); ?>" target="_new"><?php echo _AT('oauth_server_api'); ?></a>
         <br /><br />
       </div>
                <br style="clear:both;" />