summaryrefslogtreecommitdiff
path: root/advocacy/shared/logostrip.php
diff options
context:
space:
mode:
Diffstat (limited to 'advocacy/shared/logostrip.php')
-rw-r--r--advocacy/shared/logostrip.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/advocacy/shared/logostrip.php b/advocacy/shared/logostrip.php
new file mode 100644
index 00000000..728ac6a8
--- /dev/null
+++ b/advocacy/shared/logostrip.php
@@ -0,0 +1,11 @@
+<?php
+
+// Get the text strings for the present page
+global $logotxtarray;
+$logotxtarray = get_page_text('logostrip', $final_lang);
+
+?>
+<table border="0" cellspacing="1" cellpadding="0" width="600" bgcolor="#FFFFFF" align="center"><tr>
+<td valign="bottom" align="left"><div align="left"><img src="/images/gif/pgsqlicon2.gif" width="23" height="18"></div></td>
+<td valign="bottom" align="right"><div align="right"><font color="#10006B" size="-1"><?php echo rawurldecode($logotxtarray['logotext']) ?></font></div>
+</td></tr></table> \ No newline at end of file