Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created December 13, 2011 17:08
Show Gist options
  • Save knowuh/1472962 to your computer and use it in GitHub Desktop.
Save knowuh/1472962 to your computer and use it in GitHub Desktop.
List of static loaded assets on main CC website.
Assets loaded with absolute (ish) paths:
./sites/all/themes/cc/includes/footer.php:
<img src="http://www.concord.org/sites/all/themes/cc/img/loading-white.gif" alt="Loading..."/>
./sites/all/themes/cc/subscribe.html:
<img src="http://www.concord.org/sites/all/themes/cc/img/loading-white.gif" alt="Loading..."/>
./sites/all/themes/cc/page-activities.tpl.php:
<img src="http://www.concord.org/<?php echo $cc_project_logo; ?>" alt="<?php echo $node->field_activity_project[0]['safe']['title']; ?>" />This activity is a part of the Concord Consortium's <a href="/node/<?php echo $node->field_activity_project[0]['safe']['nid']; ?>"><?php echo $node->field_activity_project[0]['safe']['title']; ?> project</a>.</p>
./sites/all/themes/cc/page-activities-OLD.tpl.php:
<img src="http://www.concord.org/<?php echo $cc_project_logo; ?>" alt="<?php echo $node->field_activity_project[0]['safe']['title']; ?>" />This activity is a part of the Concord Consortium's <a href="/node/<?php echo $node->field_activity_project[0]['safe']['nid']; ?>"><?php echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment