|
uCoz Community Archives Locked One or more conditional operators (<?if?>) are not closed |
One or more conditional operators (<?if?>) are not closed |
Code <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>$MODULE_NAME$</title> <?if?></head><body contenteditable="true"> $ADMIN_BAR$ <div id="contanier"> <table id="mainTable" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td class="subColumn"> $GLOBAL_CLEFTER$ </td> <td id="centerColumn"> <table class="sTable" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td id="header"> <h1><!-- <logo> -->Welkom op Jens Productions - Have Fun!<!-- </logo> --></h1> </td> </tr> <tr> <td id="content"> <div id="navigation"> <a href="$HOME_PAGE_LINK$"><!--<s5176>-->Home<!--</s>--></a><?if?>($USERS_ON$)<!--?endif?--><?if?>(($USER_LOGGED_IN$)<?endif)?><a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?><a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?> <?if?>(($USER_LOGGED_IN$)<?endif)?><a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?><a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><!--?endif?--> <?if?>(($RSS_LINK$)<?endif)?><a href="$RSS_LINK$">RSS</a><?endif?> </div> <div id="date">$WDAY$, $DATE$, $TIME$<?if?>($USERS_ON$)<!--?endif?--><br><?if?>(($USER_LOGGED_IN$)<?endif)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><!--?endif?--></div> <div id="textBlock"> < <a href="http://CreativeTeamspeak.com"><img src="http://www.warrockhq.be/e107_themes/warrockhqtheme1/Reclame/servertsbanner.png" alt="Hosting | Webhosting | Teamspeakhosting" border="0"></a> <?if?>(($MODULE_NAME$)<?endif)?><h1>$MODULE_NAME$</h1><?endif?><div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%"> <tbody><tr> <td align="right">[<?if?>(($USER_LOGGED_IN$)<?endif)?> <a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Private messages<!--</s>-->($UNREAD_PM$)</a> · <?if?>(($IS_NEW_PM$)<?endif)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s54.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0"></bgsound> <?endif?><?endif?> <a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->New messages<!--</s>--></a> · <a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Members<!--</s>--></a> · <a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Forum rules<!--</s>--></a> · <a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Search<!--</s>--></a> · <a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td> </tr> </tbody></table> $BODY$</div><br></div> </td> </tr> </tbody></table> </td> <td class="subColumn"> $GLOBAL_DRIGHTER$ </td> </tr> <tr> <td></td> <td id="footer"><!-- <copy> -->Copyright Jens Productions (c) $YEAR$<!-- </copy> --><br></td> <td></td> </tr> </tbody></table> </div> </body></html> $POWERED_BY$ This is my forum code but if i want to change something then it says One or more conditional operators (<?if?>) are not closed Help plz Post edited by jensiboy - Monday, 2011-07-18, 12:18 PM
|
jensiboy, conditional operators should look like this:
Code <?if($code$)?>......<?else?>......<?endif?> |
| |||
| |||