[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 {%- extends "basic/layout.html" %} 2 {%- block extrahead %} 3 {{ super() }} 4 {% if theme_touch_icon %} 5 <link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" /> 6 {% endif %} 7 <link media="only screen and (max-device-width: 480px)" href="{{ 8 pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" /> 9 {% endblock %} 10 {%- block relbar2 %}{% endblock %} 11 {%- block footer %} 12 <div class="footer"> 13 © Copyright {{ copyright }}. 14 </div> 15 <script type="text/javascript"> 16 try { 17 var _gaq = _gaq || []; 18 _gaq.push(['_setAccount', 'UA-2900316-11']); 19 _gaq.push(['_trackPageview']); 20 21 (function() { 22 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 23 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 24 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 25 })(); 26 } catch(err) {} 27 </script> 28 <a href="https://github.com/twilio/twilio-php"> 29 <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /> 30 </a> 31 32 {%- endblock %}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |