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
c37a8a02
Commit
c37a8a02
authored
Oct 29, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert some files to tab indentation
parent
ad9db8be
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
qa-styles.css
qa-theme/Snow/qa-styles.css
+0
-0
qa-styles-rtl.css
qa-theme/SnowFlat/qa-styles-rtl.css
+0
-0
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+0
-11
No files found.
qa-theme/Snow/qa-styles.css
View file @
c37a8a02
qa-theme/SnowFlat/qa-styles-rtl.css
View file @
c37a8a02
qa-theme/SnowFlat/qa-theme.php
View file @
c37a8a02
...
...
@@ -16,9 +16,6 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
...
...
@@ -336,18 +333,10 @@ class qa_html_theme extends qa_html_theme_base
$this
->
output
(
$qam_snow
->
footer_custom_content
);
$this
->
output
(
'<div class="qam-footer-box">'
);
// footer columns
// $this->output($qam_snow->footers['footer_columns']);
$this
->
output
(
'<div class="qam-footer-row">'
);
$this
->
widgets
(
'full'
,
'bottom'
);
// for ($i = 0; $i < 4; $i++)
// $this->output('<div class="qam-footer-col">' . $i . '</div>');
$this
->
output
(
'</div> <!-- END qam-footer-row -->'
);
// key to icons in footer
// $this->output($this->icons_info());
qa_html_theme_base
::
footer
();
$this
->
output
(
'</div> <!-- END qam-footer-box -->'
,
''
);
}
...
...
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