Created
December 13, 2011 17:08
-
-
Save knowuh/1472962 to your computer and use it in GitHub Desktop.
List of static loaded assets on main CC website.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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