Changeset 11046


Ignore:
Timestamp:
4 Feb 2014, 13:43:40 (11 years ago)
Author:
uli
Message:

Fix links to twbs.

Location:
main/waeup.kofa/branches/uli-diazo-themed
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/etc/themed/debug.ini.in

    r11044 r11046  
    8282exempt-exceptions = zope.security.interfaces.IUnauthorized
    8383
    84 [app:bootstrap]
    85 use = egg:Paste#static
    86 document_root = %(LAYOUT_DIR)s/bootstrap/
    87 
    8884[app:static]
    8985use = egg:Paste#static
     
    9288[composite:main]
    9389use = egg:Paste#urlmap
    94 /bootstrap = bootstrap
    9590/static = static
    9691/ = default
  • main/waeup.kofa/branches/uli-diazo-themed/etc/themed/deploy.ini.in

    r11044 r11046  
    8484filter-with = translogger
    8585
    86 [app:bootstrap]
    87 use = egg:Paste#static
    88 document_root = %(LAYOUT_DIR)s/bootstrap/
    89 
    9086[app:static]
    9187use = egg:Paste#static
     
    9490[composite:main]
    9591use = egg:Paste#urlmap
    96 /bootstrap = bootstrap
    9792/static = static
    9893/ = default
  • main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html

    r11041 r11046  
    99
    1010    <!-- stylesheets -->
    11     <link href="bootstrap/css/bootstrap.min.css"
     11    <link href="static/bootstrap/css/bootstrap.min.css"
    1212          rel="stylesheet">
    13     <link href="bootstrap/css/bootstrap-theme.min.css"
     13    <link href="static/bootstrap/css/bootstrap-theme.min.css"
    1414          rel="stylesheet">
    1515    <link href="static/css/jquery.dataTables.css"
     
    525525
    526526    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    527     <script src="bootstrap/js/bootstrap.min.js"></script>
     527    <script src="static/bootstrap/js/bootstrap.min.js"></script>
    528528
    529529    <script type="text/javascript" class="kofa-script kofa-script-tooltip">
Note: See TracChangeset for help on using the changeset viewer.