Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Nov 14, 2012
1 parent 93ba567 commit 76e63dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website_code/php/properties/properties_library.php
Expand Up @@ -88,6 +88,10 @@ function properties_display($xerte_toolkits_site,$tutorial_id,$change){
echo "<p>" . PROPERTIES_LIBRARY_PROJECT_LINK . "</p>";

echo "<p><a target=\"new\" href='" . $xerte_toolkits_site->site_url . url_return("play", $_POST['template_id']) . "'>" . $xerte_toolkits_site->site_url . url_return("play", $_POST['template_id']) . "</a></p>";

echo "<p>" . PROPERTIES_LIBRARY_PROJECT_HTML5_LINK . "</p>";

echo "<p><a target=\"new\" href='" . $xerte_toolkits_site->site_url . url_return("playhtml5", $_POST['template_id']) . "'>" . $xerte_toolkits_site->site_url . url_return("playhtml5", $_POST['template_id']) . "</a></p>";

// Get the template screen size

Expand Down

0 comments on commit 76e63dc

Please sign in to comment.