Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
00ec8f3a
Commit
00ec8f3a
authored
Feb 02, 2015
by
pupi1985
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused variables and functions
parent
3f1dcec9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
37 deletions
+0
-37
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+0
-37
No files found.
qa-theme/SnowFlat/qa-theme.php
View file @
00ec8f3a
...
...
@@ -165,13 +165,10 @@ class qa_html_theme extends qa_html_theme_base
* login form
*
* @since Snow 1.4
* @global array $qam_snow
*/
public
function
nav_user_search
()
{
// outputs login form if user not logged in
global
$qam_snow
;
$this
->
output
(
'<div class="qam-account-items-wrapper">'
);
$this
->
qam_user_account
();
...
...
@@ -669,38 +666,4 @@ class qa_html_theme extends qa_html_theme_base
$this
->
output_array
(
$css
);
}
/**
* Question2Answer system icons info bar
*
* @since Snow 1.4
* @return string Info icons HTML
*/
private
function
icons_info
()
{
$icons
=
array
(
'answer'
,
'comment'
,
'hide'
,
'reshow'
,
'close'
,
'reopen'
,
'flag'
,
'unflag'
,
'edit'
,
'delete'
,
'approve'
,
'reject'
,
'reply'
,
);
$icons_info
=
'<div class="qam-icons-info">'
;
foreach
(
$icons
as
$icon
)
{
$label
=
ucwords
(
qa_lang_html
(
'question/'
.
$icon
.
'_button'
));
$icons_info
.=
'<div class="qam-icon-item"><span class="'
.
$icon
.
'"></span> '
.
$label
.
'</div>'
;
}
$icons_info
.=
'</div> <!-- END qam-icons-info -->'
;
return
$icons_info
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment