summary refs log tree commit diff stats
path: root/theme/header.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-17 15:25:11 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-17 15:25:11 -0400
commit49ff543541097a514cf8c836b74cd9514df2bf98 (patch)
treee745069597fa790a6399f48de653fbb6a55ff6f3 /theme/header.tpl
parent9491162a4ea231f1cdcd1531dc8d21e95878d0bc (diff)
downloadfourisland-49ff543541097a514cf8c836b74cd9514df2bf98.tar.gz
fourisland-49ff543541097a514cf8c836b74cd9514df2bf98.tar.bz2
fourisland-49ff543541097a514cf8c836b74cd9514df2bf98.zip
Databasified Affiliates and Website Projects
The following database changes must be made ASAP:

* Import the links.sql script into the database

Closes #114
Diffstat (limited to 'theme/header.tpl')
-rw-r--r--theme/header.tpl64
1 files changed, 14 insertions, 50 deletions
diff --git a/theme/header.tpl b/theme/header.tpl index 24c9b6b..896ded5 100644 --- a/theme/header.tpl +++ b/theme/header.tpl
@@ -63,62 +63,26 @@
63 <div class="module rounded sidebar"> 63 <div class="module rounded sidebar">
64 <h3>Affiliates</h3> 64 <h3>Affiliates</h3>
65 65
66 <ul> 66 <ul>
67 <li> 67 <!--BEGIN AFFILIATES-->
68 <img src="/theme/images/icons/tag_blue.png" alt="The S Site" /> 68 <li>
69 <a href="http://ssite.fourisland.com/">The S Site</a> 69 <img src="/theme/images/icons/tag_<!--AFFILIATES.COLOR-->.png" alt="<!--AFFILIATES.TITLE-->" />
70 </li> 70 <a href="<!--AFFILIATES.URL-->"><!--AFFILIATES.TITLE--></a>
71 71 </li>
72 <li> 72 <!--END AFFILIATES-->
73 <img src="/theme/images/icons/tag_green.png" alt="Wikipinia" />
74 <a href="http://nablecak.fourisland.com/">Wikipinia</a>
75 </li>
76
77 <li>
78 <img src="/theme/images/icons/tag_orange.png" alt="Color Pencils" />
79 <a href="http://gryph.fourisland.com/">Color Pencils</a>
80 </li>
81
82 <li>
83 <img src="/theme/images/icons/tag_pink.png" alt="Dream Weaver" />
84 <a href="http://timbo94.fourisland.com/">Dream Weaver</a>
85 </li>
86
87 <li>
88 <img src="/theme/images/icons/tag_purple.png" alt="Randomness" />
89 <a href="http://pyro.fourisland.com/">Randomness</a>
90 </li>
91
92 <li>
93 <img src="/theme/images/icons/tag_red.png" alt="Bubble Blog" />
94 <a href="http://sammi9494.fourisland.com/">Bubble Blog</a>
95 </li>
96 </ul> 73 </ul>
97 </div> 74 </div>
98 75
99 <div class="module rounded sidebar"> 76 <div class="module rounded sidebar">
100 <h3>Website Projects</h3> 77 <h3>Website Projects</h3>
101 78
102 <ul> 79 <ul>
103 <li> 80 <!--BEGIN WEBPROJS-->
104 <img src="/theme/images/icons/tag_blue.png" alt="The Sabrina FanWiki" /> 81 <li>
105 <a href="http://sabrina.fourisland.com/">The Sabrina FanWiki</a> 82 <img src="/theme/images/icons/tag_<!--WEBPROJS.COLOR-->.png" alt="<!--WEBPROJS.TITLE-->" />
106 </li> 83 <a href="<!--WEBPROJS.URL-->"><!--WEBPROJS.TITLE--></a>
107 84 </li>
108 <li> 85 <!--END WEBPROJS-->
109 <img src="/theme/images/icons/tag_green.png" alt="True Falsities" />
110 <a href="http://false.fourisland.com/">True Falsities</a>
111 </li>
112
113 <li>
114 <img src="/theme/images/icons/tag_orange.png" alt="Pillowcase" />
115 <a href="http://pillowcase.fourisland.com/">Pillowcase</a>
116 </li>
117
118 <li>
119 <img src="/theme/images/icons/tag_pink.png" alt="Endlenge" />
120 <a href="http://endlenge.fourisland.com/">Endlenge</a>
121 </li>
122 </ul> 86 </ul>
123 </div> 87 </div>
124 88