|
Revision 5, 0.9 kB
(checked in by DanWilson, 17 years ago)
|
|
Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)
|
| Line | |
|---|
| 1 | <cfsetting enablecfoutputonly=true> |
|---|
| 2 | <!--- |
|---|
| 3 | Name : main_footer.cfm |
|---|
| 4 | Author : Raymond Camden |
|---|
| 5 | Created : June 02, 2004 |
|---|
| 6 | Last Updated : July 12, 2006 |
|---|
| 7 | History : forgot to turn off cfoutputonly (rkc 11/22/05) |
|---|
| 8 | show version (rkc 7/12/06) |
|---|
| 9 | Purpose : |
|---|
| 10 | ---> |
|---|
| 11 | |
|---|
| 12 | <cfinclude template="../../include/dspFooter.cfm" /> |
|---|
| 13 | <!--- |
|---|
| 14 | <cfoutput> |
|---|
| 15 | </td> |
|---|
| 16 | </tr> |
|---|
| 17 | <tr> |
|---|
| 18 | <td colspan="2"><img src="images/shim.gif" height="20" width="1"></td> |
|---|
| 19 | </tr> |
|---|
| 20 | <tr bgcolor="##235577"> |
|---|
| 21 | <td colspan=2 height="1"><img src="images/shim.gif" height="1"></td> |
|---|
| 22 | </tr> |
|---|
| 23 | <tr> |
|---|
| 24 | <td colspan="2"> |
|---|
| 25 | <p class="footer"> |
|---|
| 26 | <a href="http://galleon.riaforge.org">Galleon Forums V#application.galleon.settings.version#</a> was created by <a href="http://ray.camdenfamily.com">Raymond Camden</a> |
|---|
| 27 | </p> |
|---|
| 28 | </td> |
|---|
| 29 | </tr> |
|---|
| 30 | </table> |
|---|
| 31 | </body> |
|---|
| 32 | </html> |
|---|
| 33 | ---> |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | <cfsetting enablecfoutputonly=false> |
|---|
| 38 | |
|---|