diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-08-17 15:25:11 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-08-17 15:25:11 -0400 |
commit | 49ff543541097a514cf8c836b74cd9514df2bf98 (patch) | |
tree | e745069597fa790a6399f48de653fbb6a55ff6f3 /theme | |
parent | 9491162a4ea231f1cdcd1531dc8d21e95878d0bc (diff) | |
download | fourisland-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')
-rw-r--r-- | theme/admin/header.tpl | 6 | ||||
-rw-r--r-- | theme/header.tpl | 64 |
2 files changed, 20 insertions, 50 deletions
diff --git a/theme/admin/header.tpl b/theme/admin/header.tpl index bfc1dd4..62beb89 100644 --- a/theme/admin/header.tpl +++ b/theme/admin/header.tpl | |||
@@ -24,6 +24,7 @@ | |||
24 | <li><a href="/admin/posts.php"<!--POSTSACTIVECAT-->>POSTS</a></li> | 24 | <li><a href="/admin/posts.php"<!--POSTSACTIVECAT-->>POSTS</a></li> |
25 | <li><a href="/admin/polls.php"<!--POLLSACTIVECAT-->>POLLS</a></li> | 25 | <li><a href="/admin/polls.php"<!--POLLSACTIVECAT-->>POLLS</a></li> |
26 | <li><a href="/admin/quotes.php"<!--QUOTESACTIVECAT-->>QUOTES</a></li> | 26 | <li><a href="/admin/quotes.php"<!--QUOTESACTIVECAT-->>QUOTES</a></li> |
27 | <li><a href="/admin/links.php"<!--LINKSACTIVECAT-->>LINKS</a></li> | ||
27 | <li class="logout"><a href="/">FOUR ISLAND</a></li> | 28 | <li class="logout"><a href="/">FOUR ISLAND</a></li> |
28 | </ul> | 29 | </ul> |
29 | 30 | ||
@@ -51,6 +52,11 @@ | |||
51 | <li><a href="/admin/modquotes.php"<!--MODQUOTESACTIVE-->>Moderate Quotes</a></li> | 52 | <li><a href="/admin/modquotes.php"<!--MODQUOTESACTIVE-->>Moderate Quotes</a></li> |
52 | <li><a href="/admin/quotes.php?flagged="<!--FLAGGEDACTIVE-->>Manage Flagged Quotes</a></li> | 53 | <li><a href="/admin/quotes.php?flagged="<!--FLAGGEDACTIVE-->>Manage Flagged Quotes</a></li> |
53 | <!--END QUOTESISACTIVECAT--> | 54 | <!--END QUOTESISACTIVECAT--> |
55 | <!--BEGIN LINKSISACTIVECAT--> | ||
56 | <li><a href="/admin/newLink.php"<!--NEWLINKACTIVE-->>Add a new link</a></li> | ||
57 | <li><a href="/admin/links.php"<!--AFFILIATESACTIVE-->>Manage Affiliates</a></li> | ||
58 | <li><a href="/admin/links.php?type=webprojs"<!--WEBPROJSACTIVE-->>Manage Website Projects</a></li> | ||
59 | <!--END LINKSISACTIVECAT--> | ||
54 | </ul> | 60 | </ul> |
55 | </div> | 61 | </div> |
56 | 62 | ||
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 | ||