Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Aug 2009 at 18:11 UTC
Updated:
2 Oct 2019 at 13:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ultimateboy commentedPlease upload the code so that we can evaluate the theme itself.
Comment #2
jasonsavino commentedComment #3
AjK commentedAdd tag
Comment #4
jasonsavino commentedI removed some extra, unneeded files that were not removed in the last upload.
Comment #5
avpadernoprint $front_pageAlways use the semicolon as line terminator.
if (!empty($header)){print 'grid_3 ';}else{print 'grid_11 omega';}Use the spaces when needed.
Use the alternative syntax for the IF-statement, as you already used it.
Comment #6
avpadernoprint $front_pageAlways use the semicolon as line terminator.
if (!empty($header)){print 'grid_3 ';}else{print 'grid_11 omega';}Use the spaces when needed.
Use the alternative syntax for the IF-statement, as you already used it.
Comment #7
mfer commented@KiamLaLuno This is a request for a CVS account. If you'd like to help lets get him CVS access, get the theme uploaded, and work it form there. If we wait to long or make it too difficult to get access he may be alienated and go away.
@AjK what else do we need to get Jason access?
Comment #8
mfer commentedI'd like to +1 the account and theme.
Comment #9
AjK commentedComment #12
avpaderno