Просмотр файла template_c/b07f54ee4f2ff1e1ce68c20d531ec67a6fd2a7ac.file.group.tpl.php

Размер файла: 19.46Kb
<?php /* Smarty version Smarty3-b8, created on 2013-03-09 10:06:53
         compiled from "template/m/group.tpl" */ ?>
<?php /*%%SmartyHeaderCode:619513b09bd2125e7-61426608%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    'b07f54ee4f2ff1e1ce68c20d531ec67a6fd2a7ac' => 
    array (
      0 => 'template/m/group.tpl',
      1 => 1362823609,
    ),
  ),
  'nocache_hash' => '619513b09bd2125e7-61426608',
  'function' => 
  array (
  ),
  'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_smarty_tpl->getVariable('id')->value){?>
<div class="shade">
<?php echo $_smarty_tpl->getVariable('group')->value['grp'];?>
<br/>
<?php if ($_smarty_tpl->getVariable('group')->value['level']==0){?><?php echo Lang(array('p'=>"open"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php }else{ ?><?php if ($_smarty_tpl->getVariable('group')->value['level']==1){?><?php echo Lang(array('p'=>"closed"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php }else{ ?><?php if ($_smarty_tpl->getVariable('group')->value['level']==2){?><?php echo Lang(array('p'=>"private"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php }?><?php }?><?php }?> <?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>

</div>
<div class="shader">
<?php if ($_smarty_tpl->getVariable('do')->value){?><a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a> &nbsp; <?php }?>
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=abt&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"about"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a> 
&nbsp; <a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=pho&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"photos"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a> &nbsp; 
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=mbs&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"members"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a>
</div>
<?php if ($_smarty_tpl->getVariable('do')->value=='abt'){?>
<?php if ($_smarty_tpl->getVariable('err')->value){?>
<div class="error">
<?php echo $_smarty_tpl->getVariable('err')->value;?>

</div>
<?php }?>
<form action="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=abt&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
" method="post">
<div class="shade">
<?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"name"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<input type="text" name="group" value="<?php echo $_smarty_tpl->getVariable('group')->value['grp'];?>
"/>
</div>
<div class="shader">
<?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"description"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<textarea name="describe" cols="30" rows="3"><?php echo $_smarty_tpl->getVariable('group')->value['description'];?>
</textarea>
</div>
<div class="shade">
<?php echo Lang(array('p'=>"privacy"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<input type="radio" name="priv" value="0"<?php if ($_smarty_tpl->getVariable('group')->value['level']==0){?> checked="checked"<?php }?>/> <?php echo Lang(array('p'=>"open"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 
<input type="radio" name="priv" value="1"<?php if ($_smarty_tpl->getVariable('group')->value['level']==1){?> checked="checked"<?php }?>/> <?php echo Lang(array('p'=>"closed"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 
<input type="radio" name="priv" value="2"<?php if ($_smarty_tpl->getVariable('group')->value['level']==2){?> checked="checked"<?php }?>/> <?php echo Lang(array('p'=>"private"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<input type="submit" class="login" value="<?php echo Lang(array('p'=>"update"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/>
</div>
</form>
<?php }else{ ?>
<?php if ($_smarty_tpl->getVariable('do')->value=='add'){?>
<div class="shader"><b><?php echo Lang(array('p'=>"add"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"member"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</b>
<form action="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=add&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
" method="post">
<input type="text" name="friend"<?php if ($_smarty_tpl->getVariable('friend')->value){?> value="<?php echo $_smarty_tpl->getVariable('friend')->value;?>
"<?php }?>/>
<input type="submit" class="login" value="<?php echo Lang(array('p'=>"search"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/>
</form>
</div>
<?php if ($_smarty_tpl->getVariable('Co')->value>0){?>
<form action="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=add&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
" method="post">
<?php  $_smarty_tpl->tpl_vars['us'] = new Smarty_Variable;
 $_smarty_tpl->tpl_vars['usID'] = new Smarty_Variable;
 $_from = $_smarty_tpl->getVariable('user')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
    foreach ($_from as $_smarty_tpl->tpl_vars['us']->key => $_smarty_tpl->tpl_vars['us']->value){
 $_smarty_tpl->tpl_vars['usID']->value = $_smarty_tpl->tpl_vars['us']->key;
?>
<div class="blank">
<input type="checkbox" name="sel[]" value="<?php echo $_smarty_tpl->getVariable('usID')->value;?>
" />
<img src="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
<?php if ($_smarty_tpl->getVariable('us')->value['photo']>0){?>?ac=tub&amp;img=<?php }?><?php echo $_smarty_tpl->getVariable('us')->value['url'];?>
<?php if ($_smarty_tpl->getVariable('us')->value['photo']>0){?>&amp;y=50&amp;x=50&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
<?php }?>" 
class="search"  alt="<?php echo $_smarty_tpl->getVariable('us')->value['username'];?>
"/> 
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=prf&amp;id=<?php echo $_smarty_tpl->getVariable('usID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo $_smarty_tpl->getVariable('us')->value['username'];?>
</a>
</div>
<hr/>
<?php }} ?>
<div class="blank">
<input type="submit" class="register" value="<?php echo Lang(array('p'=>"add_selected"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/>
</div>
</form>
<?php }else{ ?>
<div class="error">
<?php echo Lang(array('p'=>"no_friends_to_add"),$_smarty_tpl->smarty,$_smarty_tpl);?>

</div>
<?php }?>
<?php }else{ ?>
<?php if ($_smarty_tpl->getVariable('do')->value=='mbs'){?>
<div class="shade">
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=add&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"add_people_to_group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a>
</div>
<?php  $_smarty_tpl->tpl_vars['mem'] = new Smarty_Variable;
 $_smarty_tpl->tpl_vars['memID'] = new Smarty_Variable;
 $_from = $_smarty_tpl->getVariable('member')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
    foreach ($_from as $_smarty_tpl->tpl_vars['mem']->key => $_smarty_tpl->tpl_vars['mem']->value){
 $_smarty_tpl->tpl_vars['memID']->value = $_smarty_tpl->tpl_vars['mem']->key;
?>
<div class="blank">
<img src="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
<?php if ($_smarty_tpl->getVariable('mem')->value['photo']>0){?>?ac=tub&amp;img=<?php }?><?php echo $_smarty_tpl->getVariable('mem')->value['url'];?>
<?php if ($_smarty_tpl->getVariable('mem')->value['photo']>0){?>&amp;y=50&amp;x=50&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
<?php }?>" 
class="search" alt="<?php echo $_smarty_tpl->getVariable('mem')->value['username'];?>
"/> 
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=prf&amp;id=<?php echo $_smarty_tpl->getVariable('memID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo $_smarty_tpl->getVariable('mem')->value['username'];?>
</a> 
<?php if ($_smarty_tpl->getVariable('userlog')->value['id']!=$_smarty_tpl->getVariable('memID')->value){?>
<?php if ($_smarty_tpl->getVariable('mem')->value['friend']==3){?> 
<a style="float: right; margin-right: 10px; margin-top: 10px;" href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=msg&amp;mid=<?php echo $_smarty_tpl->getVariable('memID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
">
<input type="button" class="blue" value="<?php echo Lang(array('p'=>"message"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/></a>
<?php }?>
<?php if ($_smarty_tpl->getVariable('mem')->value['friend']==0){?> 
<a style="float: right; margin-right: 10px; margin-top: 10px;" href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=fnd&amp;id=<?php echo $_smarty_tpl->getVariable('memID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
">
<input type="button" class="green" value="<?php echo Lang(array('p'=>"add"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/></a>
<?php }?>
<?php }?>
</div>
<?php }} ?>
<?php if ($_smarty_tpl->getVariable('older')->value){?>
<div class="shader">
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;do=<?php echo $_smarty_tpl->getVariable('do')->value;?>
&amp;pg=<?php echo $_smarty_tpl->getVariable('older')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"see_more"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a>
</div>
<?php }?>
<?php }else{ ?>
<form action="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
" method="post">
<div class="shade">
<?php echo Lang(array('p'=>"whats_on_your_mind"),$_smarty_tpl->smarty,$_smarty_tpl);?>
?<br/>
<textarea name="post" cols="30" rows="3"></textarea>
<input type="submit" style="vertical-align: top;" class="login" value="<?php echo Lang(array('p'=>"post"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/>
</div>
</form>
<?php  $_smarty_tpl->tpl_vars['gp'] = new Smarty_Variable;
 $_smarty_tpl->tpl_vars['gpID'] = new Smarty_Variable;
 $_from = $_smarty_tpl->getVariable('grop')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
    foreach ($_from as $_smarty_tpl->tpl_vars['gp']->key => $_smarty_tpl->tpl_vars['gp']->value){
 $_smarty_tpl->tpl_vars['gpID']->value = $_smarty_tpl->tpl_vars['gp']->key;
?>
<div class="blank">
<b><a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=prf&amp;id=<?php echo $_smarty_tpl->getVariable('gp')->value['userid'];?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo $_smarty_tpl->getVariable('gp')->value['username'];?>
</a>
<?php if ($_smarty_tpl->getVariable('gp')->value['shrid']){?></b> via <b><a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=prf&amp;id=<?php echo $_smarty_tpl->getVariable('gp')->value['suserid'];?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo $_smarty_tpl->getVariable('gp')->value['suser'];?>
</a><?php }?></b><br/>
<?php echo $_smarty_tpl->getVariable('gp')->value['message'];?>

<?php if ($_smarty_tpl->getVariable('gp')->value['shrid']){?>
<span style="color: #FF8040;"><?php echo $_smarty_tpl->getVariable('gp')->value['smessage'];?>
</span><br/>
<?php }?>
<span style="color: #8f8f8f;"><?php echo $_smarty_tpl->getVariable('gp')->value['dtm'];?>
 ago</span> &nbsp;
<?php if ($_smarty_tpl->getVariable('gp')->value['like']>0){?>
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=cmt&amp;stid=<?php echo $_smarty_tpl->getVariable('gpID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php if ($_smarty_tpl->getVariable('gp')->value['like']==1){?><?php echo $_smarty_tpl->getVariable('gp')->value['like'];?>
 <?php echo Lang(array('p'=>"like"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<?php }else{ ?><?php if ($_smarty_tpl->getVariable('gp')->value['like']>1){?><?php echo $_smarty_tpl->getVariable('gp')->value['like'];?>
 <?php echo Lang(array('p'=>"likes"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<?php }?><?php }?></a> &nbsp; <?php }?>
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=lke&amp;wid=<?php echo $_smarty_tpl->getVariable('gpID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php if ($_smarty_tpl->getVariable('gp')->value['ulike']>0){?><?php echo Lang(array('p'=>"unlike"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<?php }else{ ?><?php echo Lang(array('p'=>"like"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<?php }?></a> &nbsp;
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=cmt&amp;stid=<?php echo $_smarty_tpl->getVariable('gpID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php if ($_smarty_tpl->getVariable('gp')->value['comment']==0){?><?php echo Lang(array('p'=>"comment"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<?php }else{ ?><?php if ($_smarty_tpl->getVariable('gp')->value['comment']==1){?><?php echo $_smarty_tpl->getVariable('gp')->value['comment'];?>
 <?php echo Lang(array('p'=>"comment"),$_smarty_tpl->smarty,$_smarty_tpl);?>

<?php }else{ ?><?php if ($_smarty_tpl->getVariable('gp')->value['comment']>1){?><?php echo $_smarty_tpl->getVariable('gp')->value['comment'];?>
 <?php echo Lang(array('p'=>"comments"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<?php }?><?php }?><?php }?></a> &nbsp; 
<?php if ($_smarty_tpl->getVariable('gp')->value['userid']!=$_smarty_tpl->getVariable('userlog')->value['id']){?> &nbsp; <a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=sae&amp;stid=<?php echo $_smarty_tpl->getVariable('gpID')->value;?>
"><?php echo Lang(array('p'=>"share"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a><?php }?><br/>
</div>
<hr/>
<?php }} ?>
<?php if ($_smarty_tpl->getVariable('older')->value){?>
<div class="shade">
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('id')->value;?>
&amp;pg=<?php echo $_smarty_tpl->getVariable('older')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"see_more_post"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a>
</div>
<?php }?>
<?php }?>
<?php }?>
<?php }?>
<?php }else{ ?>
<?php if ($_smarty_tpl->getVariable('do')->value=='cae'){?>
<?php if ($_smarty_tpl->getVariable('err')->value){?>
<div class="error">
<?php echo $_smarty_tpl->getVariable('err')->value;?>

</div>
<?php }?>
<form action="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;do=cae&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
" method="post">
<div class="shade">
<?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"name"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<input type="text" name="group"/>
</div>
<div class="shader">
<?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"description"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<textarea name="describe" cols="30" rows="3"></textarea>
</div>
<div class="shade">
<?php echo Lang(array('p'=>"privacy"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<input type="radio" name="priv" value="0" checked="checked"/> <?php echo Lang(array('p'=>"open"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <input type="radio" name="priv" value="1"/> <?php echo Lang(array('p'=>"closed"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 
<input type="radio" name="priv" value="2"/> <?php echo Lang(array('p'=>"private"),$_smarty_tpl->smarty,$_smarty_tpl);?>
<br/>
<input type="submit" class="login" value="<?php echo Lang(array('p'=>"create"),$_smarty_tpl->smarty,$_smarty_tpl);?>
"/>
</div>
</form>
<?php }else{ ?>
<div class="shade">
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;do=cae&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"create"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"group"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a>
</div>
<div class="shader">
<b><?php echo Lang(array('p'=>"recommended"),$_smarty_tpl->smarty,$_smarty_tpl);?>
 <?php echo Lang(array('p'=>"groups"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</b>
</div>
<?php if ($_smarty_tpl->getVariable('recc')->value==0){?>
<div class="error">
<?php echo Lang(array('p'=>"no_group_available"),$_smarty_tpl->smarty,$_smarty_tpl);?>

</div>
<?php }else{ ?>
<?php  $_smarty_tpl->tpl_vars['re'] = new Smarty_Variable;
 $_smarty_tpl->tpl_vars['reID'] = new Smarty_Variable;
 $_from = $_smarty_tpl->getVariable('rec')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
    foreach ($_from as $_smarty_tpl->tpl_vars['re']->key => $_smarty_tpl->tpl_vars['re']->value){
 $_smarty_tpl->tpl_vars['reID']->value = $_smarty_tpl->tpl_vars['re']->key;
?>
<div class="blank">
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('reID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo $_smarty_tpl->getVariable('re')->value['group'];?>
</a>
</div>
<div class="notify"><?php echo $_smarty_tpl->getVariable('re')->value['description'];?>
</div>
<?php }} ?>
<?php }?>
<?php if ($_smarty_tpl->getVariable('Count')->value){?>
<div class="shader">
<b><?php echo Lang(array('p'=>"groups"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</b>
</div>
<?php  $_smarty_tpl->tpl_vars['gr'] = new Smarty_Variable;
 $_smarty_tpl->tpl_vars['grID'] = new Smarty_Variable;
 $_from = $_smarty_tpl->getVariable('grp')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
if (count($_from) > 0){
    foreach ($_from as $_smarty_tpl->tpl_vars['gr']->key => $_smarty_tpl->tpl_vars['gr']->value){
 $_smarty_tpl->tpl_vars['grID']->value = $_smarty_tpl->tpl_vars['gr']->key;
?>
<div class="blank">
<b><a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;id=<?php echo $_smarty_tpl->getVariable('grID')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo $_smarty_tpl->getVariable('gr')->value['group'];?>
</a></b>
</div>
<div class="notify"><?php echo $_smarty_tpl->getVariable('gr')->value['description'];?>
</div>
<?php }} ?>
<?php if ($_smarty_tpl->getVariable('older')->value){?>
<div class="shade">
<a href="<?php echo $_smarty_tpl->getVariable('selfurl')->value;?>
?ac=gop&amp;pg=<?php echo $_smarty_tpl->getVariable('older')->value;?>
&amp;sid=<?php echo $_smarty_tpl->getVariable('sid')->value;?>
"><?php echo Lang(array('p'=>"see_more"),$_smarty_tpl->smarty,$_smarty_tpl);?>
</a>
</div>
<?php }?>
<?php }?>
<?php }?>
<?php }?>