add icon
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</span>
|
||||
<a class="open-list" href="<?php print $list['list']->path; ?>">
|
||||
<?php //print t('open this @name', array('@name'=>variable_get('flag_lists_name', 'list'))) ;?>
|
||||
<i class="icon-resize-full"></i>
|
||||
<i class="fi-arrows-expand"></i>
|
||||
</a>
|
||||
</h2>
|
||||
<?php $content = $list['content']; ?>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<?php print l($flag->title . '<span class="count">('.count($flag->flaged_content).')</span>', 'lists/'.$flag->fid, array('html'=>true,'attributes'=>array('class'=>array('open-list', $flag->name)))); ?>
|
||||
<?php if(flag_lists_is_owner('edit', $flag->fid)): ?>
|
||||
<?php
|
||||
print l('<i class="icon-wrench"></i>',
|
||||
print l('<i class="fi-wrench"></i>',
|
||||
'flags/lists/edit/'.$flag->fid,
|
||||
array(
|
||||
'html'=>true,
|
||||
@@ -22,7 +22,7 @@
|
||||
<?php
|
||||
#create new list
|
||||
$create_link = l(
|
||||
'<i class="icon-plus"></i> <span>' . t('New @name', array('@name' => t(variable_get('flag_lists_name', 'list')))) . '</span>',
|
||||
'<i class="fi-plus"></i> <span>' . t('New @name', array('@name' => t(variable_get('flag_lists_name', 'list')))) . '</span>',
|
||||
'flag-lists/add/materiau',
|
||||
array(
|
||||
'attributes' => array(
|
||||
|
Reference in New Issue
Block a user